]> granicus.if.org Git - graphviz/commitdiff
Fix indentation
authorerg <devnull@localhost>
Mon, 27 Jul 2009 19:48:55 +0000 (19:48 +0000)
committererg <devnull@localhost>
Mon, 27 Jul 2009 19:48:55 +0000 (19:48 +0000)
lib/cgraph/attr.c

index bb1bf155217e95742e6eaa7e8fca32fc8a335939..6c995c6351361f5e20bd1952d5a1bf5605c2adeb 100644 (file)
@@ -481,8 +481,8 @@ int agsafeset(void* obj, char* name, char* value, char* def)
 {
     Agsym_t* a;
 
-       a = agattr(agraphof(obj),AGTYPE(obj),name,0);
-       if (!a) a = agattr(agraphof(obj),AGTYPE(obj),name,def);
+    a = agattr(agraphof(obj),AGTYPE(obj),name,0);
+    if (!a) a = agattr(agraphof(obj),AGTYPE(obj),name,def);
     return agxset(obj, a, value);
 }