Navigation Menu

Skip to content

Commit

Permalink
Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Nov 19, 2018
1 parent e290eb9 commit c973452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrn_mysql_compat.h
Expand Up @@ -183,7 +183,7 @@
# else
# define MRN_FIELD_NAME_EQUAL_KEY_PART_SPEC_FIELD_NAME(field, string) \
(strlen((field)->field_name) == string->length && \
strncmp((field)->field_name, string->str, string->length) == 0)
strncmp((field)->field_name, string->str, string->length) == 0)
# endif
#endif

Expand Down

0 comments on commit c973452

Please sign in to comment.