* use dynamic memory buffers instead temporary files
[fw/sdcc] / src / pic / ralloc.c
index d9063a84cf4d6e3418e7ad596342dbb56ccf8cc4..06cb9e768497fabe9760d6e257f96b81b91f7a32 100644 (file)
@@ -172,7 +172,7 @@ static void
 static char *
        debugAopGet (char *str, operand * op)
 {
-       if (str)
+        if (str)
                debugLog (str);
 
        printOperand (op, debugF);