Skip to content

Commit b1d0a75

Browse files
committed
format
Created using spr 1.3.4
1 parent 4979f2f commit b1d0a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/ubsan/ubsan_handlers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ WIN_WEAK_ALIAS(__ubsan_handle_cfi_bad_type, __ubsan_handle_cfi_bad_type_default)
911911
#endif
912912
SANITIZER_WEAK_ATTRIBUTE
913913
void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable,
914-
bool ValidVtable, ReportOptions Opts){
914+
bool ValidVtable, ReportOptions Opts) {
915915
Die();
916916
}
917917

0 commit comments

Comments
 (0)