diff --git a/cpp/Manual/lifecycle/Scanner.cpp b/cpp/Manual/lifecycle/Scanner.cpp index f7fbef3af..eae6fba4f 100644 --- a/cpp/Manual/lifecycle/Scanner.cpp +++ b/cpp/Manual/lifecycle/Scanner.cpp @@ -1783,10 +1783,7 @@ yy_scan_buffer(char* base, yy_size_t size) * yy_scan_bytes() instead. */ YY_BUFFER_STATE -yy_scan_string(yyconst char* yystr) -{ - return yy_scan_bytes(yystr, strlen(yystr)); -} +yy_scan_string(yyconst char* yystr) { return yy_scan_bytes(yystr, strlen(yystr)); } /** Setup the input buffer state to scan the given bytes. The next call to yylex() will * scan from a @e copy of @a bytes.