Browse Source

Remove double ending line break in gravity_semacheck2.c

Filippo Costa 8 years ago
parent
commit
ecb2f74980
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/compiler/gravity_semacheck2.c

+ 0 - 1
src/compiler/gravity_semacheck2.c

@@ -1199,4 +1199,3 @@ bool gravity_semacheck2 (gnode_t *node, gravity_delegate_t *delegate) {
 	gnode_array_free(data.declarations);
 	return (visitor.nerr == 0);
 }
-