Fix warning
authorMike McCormack <mj.mccormack@samsung.com>
Thu, 21 Apr 2011 07:23:37 +0000 (16:23 +0900)
committerMike McCormack <mj.mccormack@samsung.com>
Thu, 21 Apr 2011 07:24:23 +0000 (16:24 +0900)
In file included from /home/mike/git/harfbuzz/src/harfbuzz-shaper.c:26:0,
                 from /home/mike/git/harfbuzz/src/harfbuzz-shaper-all.c:25:
/home/mike/git/harfbuzz/include/harfbuzz-shaper-private.h:149:27: warning: backslash and newline separated by space

include/harfbuzz-shaper-private.h

index 3448b91..4b3eff0 100755 (executable)
@@ -146,7 +146,7 @@ HB_Bool HB_ConvertStringToGlyphIndices(HB_ShaperItem *shaper_item);
                                                shaper_item->face->current_flags);
 
 #define HB_DECLARE_STACKARRAY(Type, Name) \
-    Type stack##Name[64]; \ 
+    Type stack##Name[64]; \
     Type *Name = stack##Name;
 
 #define HB_INIT_STACKARRAY(Type, Name, Length) \