summaryrefslogtreecommitdiff
path: root/osinfo/osinfo_loader.h
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2010-08-31 12:15:36 +0100
committerDaniel P. Berrange <berrange@redhat.com>2010-08-31 12:15:36 +0100
commit803eedcfefc67c2239afdc1999652beda3f986d7 (patch)
treeb2d0451ba4d2eea4f58da429efa991673cf50a40 /osinfo/osinfo_loader.h
parent7a395674e3000d044de0af91da5d57965136cc72 (diff)
downloadlibosinfo-803eedcfefc67c2239afdc1999652beda3f986d7.tar.gz
Add emacs magic for indentation rules
Fix some files where tabs have crept in for indentation and add emacs magic to ensure they don't return. * osinfo/*.h, osinfo/*.c, tests/*c: Add footer setting emacs indentation rules. Re-indent to comply.
Diffstat (limited to 'osinfo/osinfo_loader.h')
-rw-r--r--osinfo/osinfo_loader.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/osinfo/osinfo_loader.h b/osinfo/osinfo_loader.h
index b7486be..26a5fd0 100644
--- a/osinfo/osinfo_loader.h
+++ b/osinfo/osinfo_loader.h
@@ -88,3 +88,10 @@ void osinfo_loader_process_uri(OsinfoLoader *loader, const gchar *uri, GError **
#endif /* __OSINFO_LOADER_H__ */
+/*
+ * Local variables:
+ * indent-tabs-mode: nil
+ * c-indent-level: 4
+ * c-basic-offset: 4
+ * End:
+ */