Changeset 22246 for v6

Show
Ignore:
Timestamp:
09/14/08 22:37:30 (3 months ago)
Author:
pmurias
Message:

[m0ld] fixed indentation bug

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • v6/smop/m0ld/M0ld.hs

    r22245 r22246  
    273273 
    274274prettyPrintConstant :: [Char] -> Value -> [Char] 
    275 prettyPrintConstant indent value = indent ++ case value of 
     275prettyPrintConstant indent value = case value of 
    276276    StringConstant str -> (show str) ++ "\n" 
    277277    IntegerConstant int -> (show int) ++ "\n"