Format header files
In my PR updating clang-format, I forgot to also format the headers.
This commit is contained in:
@@ -10,8 +10,10 @@ namespace Pinetime {
|
||||
namespace System {
|
||||
class SystemTask;
|
||||
}
|
||||
|
||||
namespace Controllers {
|
||||
class MotionController;
|
||||
|
||||
class MotionService {
|
||||
public:
|
||||
MotionService(Pinetime::System::SystemTask& system, Controllers::MotionController& motionController);
|
||||
|
||||
Reference in New Issue
Block a user