[dia] Fix indent



commit b82cb144363cae25cf58cee405e8980defbc697e
Author: Hans Breuer <hans breuer org>
Date:   Mon Dec 27 15:03:25 2010 +0100

    Fix indent

 lib/sheet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/sheet.c b/lib/sheet.c
index 045f001..d85caf1 100644
--- a/lib/sheet.c
+++ b/lib/sheet.c
@@ -225,7 +225,7 @@ load_register_sheet(const gchar *dirname, const gchar *filename,
     xmlFreeDoc(doc); 
     return;
   }
-    if ((root->ns != ns) || (xmlStrcmp(root->name, (const xmlChar *)"sheet"))) {
+  if ((root->ns != ns) || (xmlStrcmp(root->name, (const xmlChar *)"sheet"))) {
     g_warning("root element was %s -- expecting sheet", 
               doc->xmlRootNode->name);
     xmlFreeDoc(doc);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]