Skip to content

Commit 5a383ee

Browse files
committed
sim: fix style
1 parent 4bdff40 commit 5a383ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

subprojects/sim/src/sim_upgrader.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ static void lock_all_tables(sim::mysql::Connection& mysql, LockKind lock_kind) {
148148
}
149149

150150
static void print_help(const char* program_name) {
151-
if (not program_name) {
151+
if (!program_name) {
152152
program_name = "sim-upgrader";
153153
}
154154

0 commit comments

Comments
 (0)