diff -r 0fbbb4bc42dd -r 2f5c0c42a5cd lemon/smart_graph.h
--- a/lemon/smart_graph.h	Mon Oct 20 20:03:14 2008 +0200
+++ b/lemon/smart_graph.h	Wed Oct 22 14:37:43 2008 +0100
@@ -464,8 +464,8 @@
       explicit Arc(int id) { _id = id;}
 
     public:
-      operator Edge() const { 
-        return _id != -1 ? edgeFromId(_id / 2) : INVALID; 
+      operator Edge() const {
+        return _id != -1 ? edgeFromId(_id / 2) : INVALID;
       }
 
       Arc() {}