[small fix in pretty printing Patterns
martin.hofmann@uni-bamberg.de**20091201102910] hunk ./src/PrettyPrinter.hs 30
-
hunk ./src/PrettyPrinter.hs 77
+    
hunk ./src/PrettyPrinter.hs 97
--- TH.pprint sometomes breaks lists in arguments, so I have to fix it
+-- TH.pprint sometimes breaks lists in arguments, so I have to fix it
hunk ./src/PrettyPrinter.hs 100
-   | isPrefixOf "  " x2 = fixbreaks ( (x1++(dropWhile (==' ') x2)):xs)
+   | isPrefixOf "  " x2 = fixbreaks ( (x1++ (' ':(dropWhile (==' ')x2))):xs)