Minor formatting when printing the flow entries.
diff --git a/web/shortest_path.py b/web/shortest_path.py
index 8a77d61..751489f 100755
--- a/web/shortest_path.py
+++ b/web/shortest_path.py
@@ -67,7 +67,7 @@
     inPort = f['inPort']['value'];
     outPort = f['outPort']['value'];
     dpid = f['dpid']['value']
-    print "FlowEntry: (%s, %s, %s)" % (inPort, dpid, outPort)
+    print "  FlowEntry: (%s, %s, %s)" % (inPort, dpid, outPort)
 
 
 if __name__ == "__main__":