Run clang-format on missed files

`clang-format`s files that lint missed because of the bug. Fortunately,
not much.
This commit is contained in:
Léo Lam
2016-08-11 21:14:39 +02:00
parent 1fe31f6f19
commit c1184957a5
5 changed files with 11 additions and 11 deletions

View File

@ -5,9 +5,9 @@
#include <map>
#include <string>
#include "DiscIO/Enums.h"
#include "Common/CommonTypes.h"
#include "Common/Logging/Log.h"
#include "DiscIO/Enums.h"
namespace DiscIO
{