diff --git a/shell/i.cpp b/shell/i.cpp index 1cb80b1..6b7ca93 100644 --- a/shell/i.cpp +++ b/shell/i.cpp @@ -443,7 +443,8 @@ marked as part of functions, data, interrupt handlers, etc. )"); static ShellCommand _if_cmd( - "if", [](Session &s, Parser &p) { + "if", + [](Session &s, Parser &p) { auto args = parse_if(s, p); _if(s, args); },