Skip to content

Commit c893942

Browse files
committed
format
1 parent e53ab84 commit c893942

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/loader/layers/sanitizer/asan_options.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ struct AsanOptions {
132132
"value less than 16 is ignored.");
133133
}
134134
} catch (...) {
135-
logger.error("\"redzone\" should be an integer in range[0, 16].");
135+
logger.error(
136+
"\"redzone\" should be an integer in range[0, 16].");
136137
die("Sanitizer failed to parse options.\n");
137138
}
138139
}

0 commit comments

Comments
 (0)