add spaces into the macro middle for readability.

SVN revision: 64713
This commit is contained in:
Carsten Haitzler 2011-11-03 23:12:50 +00:00
parent 63fb3657e6
commit 48d302c9f2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ typedef struct _Elm_Params_Toolbar
#define SHRINK_GET(CHOICES, STR) \
unsigned int i; \
for (i = 0; i < (sizeof(CHOICES)/sizeof(CHOICES[0])); ++i) \
for (i = 0; i < (sizeof(CHOICES) / sizeof(CHOICES[0])); ++i) \
if (!strcmp(STR, CHOICES[i])) \
return i;