Skip to content

Commit d34e460

Browse files
author
Oliver Old
authored
Fix indentation
1 parent 067fb09 commit d34e460

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backward.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3642,9 +3642,9 @@ template <> class TraceResolverImpl<system_tag::windows_tag>
36423642
FORMAT_MESSAGE_IGNORE_INSERTS,
36433643
NULL, dw, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
36443644
(char*)&lpMsgBuf, 0, NULL)) {
3645-
std::fprintf(stderr, "%s\n", lpMsgBuf);
3646-
LocalFree(lpMsgBuf);
3647-
}
3645+
std::fprintf(stderr, "%s\n", lpMsgBuf);
3646+
LocalFree(lpMsgBuf);
3647+
}
36483648

36493649
// abort();
36503650
}

0 commit comments

Comments
 (0)