bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/8] tests: formatting changes


From: Akim Demaille
Subject: [PATCH 1/8] tests: formatting changes
Date: Thu, 21 Feb 2019 07:09:39 +0100

* 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 0bd0ce5c..e9c1ada1 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)
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]