diff options
| author | Léo Lam <leo@innovatetechnologi.es> | 2017-06-05 02:29:56 +0200 |
|---|---|---|
| committer | Léo Lam <leo@innovatetechnologi.es> | 2017-06-05 02:32:19 +0200 |
| commit | d9fd05680333a71211fcaf2419281e7897e2c26c (patch) | |
| tree | 453e7591863710ee32893913d2957f1b02a5de69 /Source/Core/DiscIO/CompressedBlob.cpp | |
| parent | b4e5dc6c0f9ea347db8633260309068d9be7b1c8 (diff) | |
Fix minor formatting issues
These were not caught by the lint script while it was broken.
Diffstat (limited to 'Source/Core/DiscIO/CompressedBlob.cpp')
| -rw-r--r-- | Source/Core/DiscIO/CompressedBlob.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/CompressedBlob.cpp b/Source/Core/DiscIO/CompressedBlob.cpp index 7c89121278..e96d0160a5 100644 --- a/Source/Core/DiscIO/CompressedBlob.cpp +++ b/Source/Core/DiscIO/CompressedBlob.cpp @@ -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> |
