mem-cache: Avoid write merging if there are reads in between
[gem5.git] / src / mem / slicc / generate / html.py
index 53252ce3c628663f2dba138abe667151a53e50d6..ecb4baa75a89fc2d0843c3a0c236b3a970f0cfe8 100644 (file)
@@ -29,9 +29,11 @@ from m5.util.code_formatter import code_formatter
 
 def createSymbol(symbol, title):
     code = code_formatter()
-    code('''<HTML><BODY><BIG>
-$title:
-${{formatShorthand(symbol.short)}} - ${{symbol.desc}}</BIG></BODY></HTML>''')
+    code('''
+<HTML><BODY><BIG>
+$title: ${{formatShorthand(symbol.short)}} - ${{symbol.desc}}
+</BIG></BODY></HTML>
+''')
     return code
 
 def formatShorthand(short):