Skip to content

Commit

Permalink
update indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Srihari-mcw committed Jan 17, 2025
1 parent 8d9c934 commit ecf8ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/boost/libs/thread/src/win32/tss_pe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ extern BOOL (WINAPI * const _pDefaultRawDllMainOrig)(HANDLE, DWORD, LPVOID) = NU
//Definitions required by implementation

#if (_MSC_VER < 1300) || (_MSC_VER > 1941) // 1300 == VC++ 7.0, 1941 == VC++ 14.32
typedef void(__cdecl* _PVFV)();
typedef void(__cdecl *_PVFV)();
#define INIRETSUCCESS
#define PVAPI void __cdecl
#else
Expand Down

0 comments on commit ecf8ff3

Please sign in to comment.