Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
oold authored Jul 31, 2021
1 parent 067fb09 commit d34e460
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backward.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3642,9 +3642,9 @@ template <> class TraceResolverImpl<system_tag::windows_tag>
FORMAT_MESSAGE_IGNORE_INSERTS,
NULL, dw, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
(char*)&lpMsgBuf, 0, NULL)) {
std::fprintf(stderr, "%s\n", lpMsgBuf);
LocalFree(lpMsgBuf);
}
std::fprintf(stderr, "%s\n", lpMsgBuf);
LocalFree(lpMsgBuf);
}

// abort();
}
Expand Down

0 comments on commit d34e460

Please sign in to comment.