From b31015a9278512462c184036d5c6af9de62a5fce Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 18 Feb 2019 08:38:25 +0100 Subject: [PATCH] tests: formatting changes * tests/local.at: here. --- tests/local.at | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/local.at b/tests/local.at index 6f81fdb3..6c0990dd 100644 --- a/tests/local.at +++ b/tests/local.at @@ -616,10 +616,10 @@ CXXFLAGS=$at_for_each_std_CXXFLAGS_save m4_define([AT_YYERROR_DEFINE(java)], [AT_LOCATION_IF([[public void yyerror (Calc.Location l, String s) { - if (l == null) - System.err.println (s); - else - System.err.println (l + ": " + s); + if (l == null) + System.err.println (s); + else + System.err.println (l + ": " + s); } ]], [[ public void yyerror (String s)