Skip to content

Commit a47b482

Browse files
authored
whitespace
1 parent 77db056 commit a47b482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/compile.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
#define RETURN_IF_ERROR(X) \
6262
if ((X) == -1) { \
63-
return ERROR; \
63+
return ERROR; \
6464
}
6565

6666
/* If we exceed this limit, it should

0 commit comments

Comments
 (0)