fix indent (so emacs and vi aren't screwed up.)
authorNathan Binkert <binkertn@umich.edu>
Wed, 9 Feb 2005 18:40:02 +0000 (13:40 -0500)
committerNathan Binkert <binkertn@umich.edu>
Wed, 9 Feb 2005 18:40:02 +0000 (13:40 -0500)
--HG--
extra : convert_revision : 589f37476fec14aa5e3c6e018631e291113d4e69

sim/pyconfig/m5config.py

index 4e3a4103c8b19634895067366dc88ea02b0d82b3..c9bfdab540ce1048e88631b90a97e91b74bf6c6e 100644 (file)
@@ -28,9 +28,9 @@ from __future__ import generators
 import os, re, sys, types
 noDot = False
 try:
-   import pydot
+    import pydot
 except:
-   noDot = True
+    noDot = True
 
 env = {}
 env.update(os.environ)