elm_priv.h: space--

This commit is contained in:
Daniel Juyung Seo 2013-05-22 13:10:32 +09:00
parent 34af955495
commit 893a36be40
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ extern const char *_elm_engines[];
#undef MAX
#define MAX(x, y) (((x) > (y)) ? (x) : (y))
# define ELM_FREE_FUNC(_h, _fn) do { if (_h) { _fn((void*)_h); _h = NULL; } } while (0)
#define ELM_FREE_FUNC(_h, _fn) do { if (_h) { _fn((void*)_h); _h = NULL; } } while (0)
struct _Elm_Config
{