upload tizen2.0 source
[framework/uifw/xorg/lib/libxpm.git] / src / rgb.c
index 848ae1f..729898d 100644 (file)
--- a/src/rgb.c
+++ b/src/rgb.c
@@ -71,7 +71,7 @@ xpmReadRgbNames(
 
     /* Loop reading each line in the file. */
     n = 0;
-    rgb = rgbn; 
+    rgb = rgbn;
     /* Quit if rgb text file has too many entries. */
     while (fgets(line, sizeof(line), rgbf) && n < MAX_RGBNAMES) {