upload tizen2.0 source
[framework/uifw/xorg/lib/libxfont.git] / src / bitmap / bitmap.c
old mode 100755 (executable)
new mode 100644 (file)
index 1ceb4bb..9b20faf
@@ -36,8 +36,8 @@ in this Software without prior written authorization from The Open Group.
 #include <X11/fonts/bitmap.h>
 
 int
-bitmapGetGlyphs(FontPtr pFont, unsigned long count, unsigned char *chars, 
-               FontEncoding charEncoding, 
+bitmapGetGlyphs(FontPtr pFont, unsigned long count, unsigned char *chars,
+               FontEncoding charEncoding,
                unsigned long *glyphCount,      /* RETURN */
                CharInfoPtr *glyphs)            /* RETURN */
 {
@@ -126,8 +126,8 @@ bitmapGetGlyphs(FontPtr pFont, unsigned long count, unsigned char *chars,
 static CharInfoRec nonExistantChar;
 
 int
-bitmapGetMetrics(FontPtr pFont, unsigned long count, unsigned char *chars, 
-                FontEncoding charEncoding, 
+bitmapGetMetrics(FontPtr pFont, unsigned long count, unsigned char *chars,
+                FontEncoding charEncoding,
                 unsigned long *glyphCount,     /* RETURN */
                 xCharInfo **glyphs)            /* RETURN */
 {