seoz pushed a commit to branch master.

commit a2a8839f6d6f4d25e309ece5e45ef8a4e7561499
Author: Daniel Juyung Seo <[email protected]>
Date:   Wed May 22 13:10:32 2013 +0900

    elm_priv.h: space--
---
 src/lib/elm_priv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_priv.h b/src/lib/elm_priv.h
index eb10177..ddac2c0 100644
--- a/src/lib/elm_priv.h
+++ b/src/lib/elm_priv.h
@@ -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
 {

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may

Reply via email to