Fix minor formatting issues

These were not caught by the lint script while it was broken.
This commit is contained in:
Léo Lam
2017-06-05 02:29:56 +02:00
parent b4e5dc6c0f
commit d9fd056803
10 changed files with 26 additions and 34 deletions

View File

@ -3,8 +3,8 @@
// Refer to the license.txt file included.
#ifdef _WIN32
#include <io.h>
#include <windows.h>
#include <io.h>
#endif
#include <algorithm>