Skip to content

Commit c07b617

Browse files
committed
[NFC][sanitizer] Clang-format a file
1 parent 4effda0 commit c07b617

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_symbolize.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ static llvm::symbolize::ErrorHandler symbolize_error_handler(
5353
}
5454

5555
namespace __sanitizer {
56-
int internal_snprintf(char *buffer, uintptr_t length, const char *format,
57-
...);
56+
int internal_snprintf(char *buffer, uintptr_t length, const char *format, ...);
5857
} // namespace __sanitizer
5958

6059
extern "C" {
@@ -117,7 +116,7 @@ void __sanitizer_symbolize_flush() {
117116
}
118117

119118
bool __sanitizer_symbolize_demangle(const char *Name, char *Buffer,
120-
int MaxLength) {
119+
int MaxLength) {
121120
std::string Result;
122121
if (!llvm::nonMicrosoftDemangle(Name, Result))
123122
return false;

0 commit comments

Comments
 (0)