ran clang-format on all files

This commit is contained in:
fourtf
2018-06-26 17:20:03 +02:00
parent 6ee1fc303e
commit 08e552f5f6
63 changed files with 175 additions and 200 deletions
@@ -4,13 +4,12 @@
#include <memory>
#include <mutex>
#include "controllers/commands/Command.hpp"
#include "common/SignalVector2.hpp"
#include "controllers/commands/Command.hpp"
namespace chatterino {
class Channel;
class CommandModel;
class CommandController
+1 -1
View File
@@ -2,8 +2,8 @@
#include <QObject>
#include "controllers/commands/Command.hpp"
#include "common/SignalVectorModel.hpp"
#include "controllers/commands/Command.hpp"
namespace chatterino {