Skip to content

Commit 1970064

Browse files
authored
Merge pull request #422 from OpenVicProject/fix/backslash-newline-warning
Fix GCC "warning: backslash-newline at end of file"
2 parents 5911a86 + 7973b75 commit 1970064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#define DO_FOR_ALL_NEED_CATEGORIES(F) \
22
F(life) \
33
F(everyday) \
4-
F(luxury)
4+
F(luxury)

0 commit comments

Comments
 (0)