From 13adbca847321b143b9d2cc61c92f322cdc726b9 Mon Sep 17 00:00:00 2001 From: Joe George Date: Tue, 21 May 2024 09:02:01 -0400 Subject: [PATCH] C++ formatting fix --- cpp/Manual/lifecycle/Scanner.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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.