glr2.cc: kill trailing white spaces

Fixes several calc tests.

Tests 566 568 570 657 still fail because of a name clash when using
%parse-param:

    calc.cc:1395:85: error: declaration shadows a field of 'calc::parser' [-Werror,-Wshadow]
    void glr_state::destroy (char const* yymsg, calc::parser& yyparser, semantic_value *result, int *count, int *nerrs)
                                                                                        ^
    calc.hh:441:21: note: previous declaration is here
        semantic_value *result;
                        ^

* data/skeletons/glr2.cc: Fix indentation/trailing spaces.
This commit is contained in:
Akim Demaille
2021-09-12 13:38:18 +02:00
parent 6bfdf22c50
commit 6e6e11795c

View File

@@ -3224,7 +3224,6 @@ namespace ]b4_namespace_ref[
} // namespace ]b4_namespace_ref[
/* DEBUGGING ONLY */
#if ]b4_api_PREFIX[DEBUG
namespace
{