summaryrefslogtreecommitdiff
path: root/src/hotplug-sniffer
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2011-09-28 09:22:13 -0400
committerDan Winship <danw@gnome.org>2011-10-11 08:05:17 -0400
commit4333bdc709d056fdb044089aca6914451dadded4 (patch)
treebbc60cdf180396bf83ac06886201f12f892ed7f1 /src/hotplug-sniffer
parent75b824d032234fe0eb852892fba14741664aaa4b (diff)
*.[ch]: add emacs modeline to C files that were missing it
(excluding files that are synced from another module) https://bugzilla.gnome.org/show_bug.cgi?id=660358
Diffstat (limited to 'src/hotplug-sniffer')
-rw-r--r--src/hotplug-sniffer/hotplug-mimetypes.h2
-rw-r--r--src/hotplug-sniffer/hotplug-sniffer.c1
-rw-r--r--src/hotplug-sniffer/shell-mime-sniffer.c1
-rw-r--r--src/hotplug-sniffer/shell-mime-sniffer.h1
4 files changed, 5 insertions, 0 deletions
diff --git a/src/hotplug-sniffer/hotplug-mimetypes.h b/src/hotplug-sniffer/hotplug-mimetypes.h
index 2dee87de..b0340200 100644
--- a/src/hotplug-sniffer/hotplug-mimetypes.h
+++ b/src/hotplug-sniffer/hotplug-mimetypes.h
@@ -1,3 +1,5 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+
#ifndef __HOTPLUG_MIMETYPES_H__
#define __HOTPLUG_MIMETYPES_H__
diff --git a/src/hotplug-sniffer/hotplug-sniffer.c b/src/hotplug-sniffer/hotplug-sniffer.c
index cccf5703..3363e888 100644
--- a/src/hotplug-sniffer/hotplug-sniffer.c
+++ b/src/hotplug-sniffer/hotplug-sniffer.c
@@ -1,3 +1,4 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/*
* Copyright (C) 2011 Red Hat, Inc.
*
diff --git a/src/hotplug-sniffer/shell-mime-sniffer.c b/src/hotplug-sniffer/shell-mime-sniffer.c
index 3bbe6837..d5efbdce 100644
--- a/src/hotplug-sniffer/shell-mime-sniffer.c
+++ b/src/hotplug-sniffer/shell-mime-sniffer.c
@@ -1,3 +1,4 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/*
* Copyright (C) 1999, 2000, 2001 Eazel, Inc.
* Copyright (C) 2011 Red Hat, Inc.
diff --git a/src/hotplug-sniffer/shell-mime-sniffer.h b/src/hotplug-sniffer/shell-mime-sniffer.h
index b87e3877..bd5d4e31 100644
--- a/src/hotplug-sniffer/shell-mime-sniffer.h
+++ b/src/hotplug-sniffer/shell-mime-sniffer.h
@@ -1,3 +1,4 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/*
* Copyright (C) 2011 Red Hat, Inc.
*