From 403febcac54e1d61d3196b3efb80035f883cfc85 Mon Sep 17 00:00:00 2001 From: Theophile Ranquet Date: Tue, 15 Jan 2013 12:44:37 +0100 Subject: [PATCH 1/1] c++: m4 stylistic change * data/c++.m4 (syntax_error): Fix the indentation of 'inline'. --- data/c++.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/c++.m4 b/data/c++.m4 index 14dd077d..506d6a75 100644 --- a/data/c++.m4 +++ b/data/c++.m4 @@ -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)])[ -- 2.45.2