]> git.saurik.com Git - bison.git/commitdiff
c++: m4 stylistic change
authorTheophile Ranquet <ranquet@lrde.epita.fr>
Tue, 15 Jan 2013 11:44:37 +0000 (12:44 +0100)
committerTheophile Ranquet <ranquet@lrde.epita.fr>
Tue, 15 Jan 2013 14:36:24 +0000 (15:36 +0100)
* data/c++.m4 (syntax_error): Fix the indentation of 'inline'.

data/c++.m4

index 14dd077d50891f28e1a195797f607590f1609432..506d6a75c9d6e85ca13167fc650d7b16807293cf 100644 (file)
@@ -233,7 +233,7 @@ m4_define([b4_public_types_declare],
 # ----------------------
 # Provide the implementation needed by the public types.
 m4_define([b4_public_types_define],
-[[inline
+[[  inline
   ]b4_parser_class_name[::syntax_error::syntax_error (]b4_locations_if([const location_type& l, ])[const std::string& m)
     : std::runtime_error (m)]b4_locations_if([
     , location (l)])[