Skip to content

Commit

Permalink
style(mcr): remove a space
Browse files Browse the repository at this point in the history
  • Loading branch information
mycoboco committed Jan 2, 2018
1 parent 419e798 commit 696d74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mcr.h
Expand Up @@ -30,7 +30,7 @@ void mcr_free(void);
#define mcr_addcmd(a) (mcr_cmd(0, (a)))
#define mcr_delcmd(a) (mcr_cmd(1, (a)))

/* checks if __VA_ARGS__ */
/* checks if __VA_ARGS__ */
#define MCR_ISVAARGS(s) \
((s)[0] == '_' && (s)[1] == '_' && (s)[2] == 'V' && strcmp((s)+3, "A_ARGS__") == 0)

Expand Down

0 comments on commit 696d74c

Please sign in to comment.