Apply clang-format fixes
This commit is contained in:
parent
f2a9a6128c
commit
eb1b68f698
@ -2,6 +2,7 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
void MyModule::doSomething() {
|
||||
void MyModule::doSomething()
|
||||
{
|
||||
std::cout << "Doing really something!" << std::endl;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user