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