From: Jeff Law Date: Tue, 13 Oct 1998 22:35:34 +0000 (-0600) Subject: java-tree.def: Add missing newline at EOF. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f096ce6675c52621eb6b9a7f802129de3c02f8b2;p=gcc.git java-tree.def: Add missing newline at EOF. 8 * java-tree.def: Add missing newline at EOF. From-SVN: r23064 --- diff --git a/gcc/java/java-tree.def b/gcc/java/java-tree.def index 2ded69cf002..db64229ad48 100644 --- a/gcc/java/java-tree.def +++ b/gcc/java/java-tree.def @@ -54,4 +54,4 @@ DEFTREECODE (CATCH_EXPR, "catch", '1', 1) /* Finally clause. Operand 0 is the finally label. Operand 1 is the finally block. */ -DEFTREECODE (FINALLY_EXPR, "finally", 'e', 2) \ No newline at end of file +DEFTREECODE (FINALLY_EXPR, "finally", 'e', 2)