java-tree.def: Add missing newline at EOF.

8
        * java-tree.def: Add missing newline at EOF.

From-SVN: r23064
This commit is contained in:
Jeff Law 1998-10-13 16:35:34 -06:00
parent bcf6c7e397
commit f096ce6675

View File

@ -54,4 +54,4 @@ DEFTREECODE (CATCH_EXPR, "catch", '1', 1)
/* Finally clause. /* Finally clause.
Operand 0 is the finally label. Operand 0 is the finally label.
Operand 1 is the finally block. */ Operand 1 is the finally block. */
DEFTREECODE (FINALLY_EXPR, "finally", 'e', 2) DEFTREECODE (FINALLY_EXPR, "finally", 'e', 2)