OSDN Git Service

[Misc] Fix indent of common.cpp.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 3 Mar 2016 12:52:49 +0000 (21:52 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 3 Mar 2016 12:52:49 +0000 (21:52 +0900)
source/src/common.cpp

index fa4b902..22cbc45 100644 (file)
 #include "config.h"
 
 #if defined(__MINGW32__) || defined(__MINGW64__)
-extern DWORD GetLongPathName(
-  LPCTSTR lpszShortPath,
-  LPTSTR lpszLongPath,
-  DWORD cchBuffer
-);
+extern DWORD GetLongPathName(LPCTSTR lpszShortPath, LPTSTR lpszLongPath, DWORD cchBuffer);
 #endif
  
 uint32_t EndianToLittle_DWORD(uint32_t x)