aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cssindent.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cssindent.c b/cssindent.c
index 6c4cd83..555a8c6 100644
--- a/cssindent.c
+++ b/cssindent.c
@@ -72,6 +72,8 @@ int main(int argc, char **argv)
}
pc('}');
pc('\n');
+ if (depth == 0)
+ pc('\n');
front = 1;
continue;
}