]> Dogcows Code - chaz/openbox/blobdiff - render/color.c
yay no tabs in the source
[chaz/openbox] / render / color.c
index 491dc47ba1695d21a7cbe96a2be342bf7e789608..9f053e978bf985902d66059ccf5cc4eb3a17381b 100644 (file)
@@ -49,7 +49,7 @@ RrColor *RrColorParse(const RrInstance *inst, gchar *colorname)
     xcol.pixel = 0;
     if (!XParseColor(RrDisplay(inst), RrColormap(inst), colorname, &xcol)) {
         g_warning("unable to parse color '%s'", colorname);
-       return NULL;
+        return NULL;
     }
     return RrColorNew(inst, xcol.red >> 8, xcol.green >> 8, xcol.blue >> 8);
 }
This page took 0.020597 seconds and 4 git commands to generate.