aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/parse.y b/parse.y
index a19cc38603..bf42162c93 100644
--- a/parse.y
+++ b/parse.y
@@ -6507,9 +6507,9 @@ static NODE*
newline_node(node)
NODE *node;
{
- if (node) {
- node->flags |= NODE_NEWLINE;
- }
+ if (node) {
+ node->flags |= NODE_NEWLINE;
+ }
return node;
}