summaryrefslogtreecommitdiffstats
path: root/bus
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2007-07-14 02:44:01 +0000
committerHavoc Pennington <hp@redhat.com>2007-07-14 02:44:01 +0000
commitd012387afef0ba02185ebe27bc6bb15551912e92 (patch)
tree0934f11a2d54edf6176e14940726064a249f31e2 /bus
parented57b9c663db89370055c5196e7e0b537647e9ef (diff)
2007-07-13 Havoc Pennington <hp@redhat.com>
* Add indent-tabs-mode: nil to all file headers.
Diffstat (limited to 'bus')
-rw-r--r--bus/activation.c2
-rw-r--r--bus/activation.h2
-rw-r--r--bus/bus.c2
-rw-r--r--bus/bus.h2
-rw-r--r--bus/config-loader-expat.c2
-rw-r--r--bus/config-loader-libxml.c2
-rw-r--r--bus/config-parser.c2
-rw-r--r--bus/config-parser.h2
-rw-r--r--bus/connection.c2
-rw-r--r--bus/connection.h2
-rw-r--r--bus/desktop-file.c2
-rw-r--r--bus/desktop-file.h2
-rw-r--r--bus/dir-watch-default.c2
-rw-r--r--bus/dir-watch-dnotify.c2
-rw-r--r--bus/dir-watch-kqueue.c2
-rw-r--r--bus/dir-watch.h2
-rw-r--r--bus/dispatch.c2
-rw-r--r--bus/dispatch.h2
-rw-r--r--bus/driver.c2
-rw-r--r--bus/driver.h2
-rw-r--r--bus/expirelist.c2
-rw-r--r--bus/expirelist.h2
-rw-r--r--bus/main.c2
-rw-r--r--bus/policy.c2
-rw-r--r--bus/policy.h2
-rw-r--r--bus/selinux.c2
-rw-r--r--bus/services.c2
-rw-r--r--bus/services.h2
-rw-r--r--bus/signals.c2
-rw-r--r--bus/signals.h2
-rw-r--r--bus/test-main.c2
-rw-r--r--bus/test.c2
-rw-r--r--bus/test.h2
-rw-r--r--bus/utils.c2
-rw-r--r--bus/utils.h2
35 files changed, 35 insertions, 35 deletions
diff --git a/bus/activation.c b/bus/activation.c
index 2d463c36..89c6df48 100644
--- a/bus/activation.c
+++ b/bus/activation.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* activation.c Activation of services
*
* Copyright (C) 2003 CodeFactory AB
diff --git a/bus/activation.h b/bus/activation.h
index 88d5bbce..79084185 100644
--- a/bus/activation.h
+++ b/bus/activation.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* activation.h Activation of services
*
* Copyright (C) 2003 CodeFactory AB
diff --git a/bus/bus.c b/bus/bus.c
index 394436aa..cd1628cf 100644
--- a/bus/bus.c
+++ b/bus/bus.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* bus.c message bus context object
*
* Copyright (C) 2003, 2004 Red Hat, Inc.
diff --git a/bus/bus.h b/bus/bus.h
index 1f96aed9..cd18c109 100644
--- a/bus/bus.h
+++ b/bus/bus.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* bus.h message bus context object
*
* Copyright (C) 2003 Red Hat, Inc.
diff --git a/bus/config-loader-expat.c b/bus/config-loader-expat.c
index 44e2ea61..4b29f32b 100644
--- a/bus/config-loader-expat.c
+++ b/bus/config-loader-expat.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* config-loader-expat.c expat XML loader
*
* Copyright (C) 2003 Red Hat, Inc.
diff --git a/bus/config-loader-libxml.c b/bus/config-loader-libxml.c
index 3aa472ba..2c323c75 100644
--- a/bus/config-loader-libxml.c
+++ b/bus/config-loader-libxml.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* config-loader-libxml.c libxml2 XML loader
*
* Copyright (C) 2003 Red Hat, Inc.
diff --git a/bus/config-parser.c b/bus/config-parser.c
index d557a91c..3c2389c7 100644
--- a/bus/config-parser.c
+++ b/bus/config-parser.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* config-parser.c XML-library-agnostic configuration file parser
*
* Copyright (C) 2003, 2004 Red Hat, Inc.
diff --git a/bus/config-parser.h b/bus/config-parser.h
index 657b0aef..5485fc91 100644
--- a/bus/config-parser.h
+++ b/bus/config-parser.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* config-parser.h XML-library-agnostic configuration file parser
*
* Copyright (C) 2003 Red Hat, Inc.
diff --git a/bus/connection.c b/bus/connection.c
index 10247e25..89d80ddb 100644
--- a/bus/connection.c
+++ b/bus/connection.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* connection.c Client connections
*
* Copyright (C) 2003 Red Hat, Inc.
diff --git a/bus/connection.h b/bus/connection.h
index 75d94cf9..5099bcf9 100644
--- a/bus/connection.h
+++ b/bus/connection.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* connection.h Client connections
*
* Copyright (C) 2003, 2004 Red Hat, Inc.
diff --git a/bus/desktop-file.c b/bus/desktop-file.c
index bfe0240b..2fe26a11 100644
--- a/bus/desktop-file.c
+++ b/bus/desktop-file.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* desktop-file.c .desktop file parser
*
* Copyright (C) 2003 CodeFactory AB
diff --git a/bus/desktop-file.h b/bus/desktop-file.h
index 9cf14b3b..e4b9a6d2 100644
--- a/bus/desktop-file.h
+++ b/bus/desktop-file.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* desktop-file.h .desktop file parser
*
* Copyright (C) 2003 CodeFactory AB
diff --git a/bus/dir-watch-default.c b/bus/dir-watch-default.c
index b73c6175..927f6721 100644
--- a/bus/dir-watch-default.c
+++ b/bus/dir-watch-default.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* dir-watch-default.c OS specific directory change notification for message bus
*
* Copyright (C) 2003 Red Hat, Inc.
diff --git a/bus/dir-watch-dnotify.c b/bus/dir-watch-dnotify.c
index 72d2ad40..88d598a9 100644
--- a/bus/dir-watch-dnotify.c
+++ b/bus/dir-watch-dnotify.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* dir-watch-dnotify.c OS specific directory change notification for message bus
*
* Copyright (C) 2003 Red Hat, Inc.
diff --git a/bus/dir-watch-kqueue.c b/bus/dir-watch-kqueue.c
index 171b7a82..d491284d 100644
--- a/bus/dir-watch-kqueue.c
+++ b/bus/dir-watch-kqueue.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* dir-watch-kqueue.c OS specific directory change notification for message bus
*
* Copyright (C) 2003 Red Hat, Inc.
diff --git a/bus/dir-watch.h b/bus/dir-watch.h
index 263ee035..171ade93 100644
--- a/bus/dir-watch.h
+++ b/bus/dir-watch.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* dir-watch.h Watch directories
*
* Copyright (C) 2005 Red Hat, Inc.
diff --git a/bus/dispatch.c b/bus/dispatch.c
index ed457dc4..7b1cada1 100644
--- a/bus/dispatch.c
+++ b/bus/dispatch.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* dispatch.c Message dispatcher
*
* Copyright (C) 2003 CodeFactory AB
diff --git a/bus/dispatch.h b/bus/dispatch.h
index f29a1e0f..47144c92 100644
--- a/bus/dispatch.h
+++ b/bus/dispatch.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* dispatch.h Message dispatcher
*
* Copyright (C) 2003 CodeFactory AB
diff --git a/bus/driver.c b/bus/driver.c
index ebe355cd..25196265 100644
--- a/bus/driver.c
+++ b/bus/driver.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* driver.c Bus client (driver)
*
* Copyright (C) 2003 CodeFactory AB
diff --git a/bus/driver.h b/bus/driver.h
index 39bff672..770b6d9f 100644
--- a/bus/driver.h
+++ b/bus/driver.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* driver.h Bus client (driver)
*
* Copyright (C) 2003 CodeFactory AB
diff --git a/bus/expirelist.c b/bus/expirelist.c
index 6fa1c6e1..6d5f4ba7 100644
--- a/bus/expirelist.c
+++ b/bus/expirelist.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* expirelist.c List of items that expire
*
* Copyright (C) 2003 Red Hat, Inc.
diff --git a/bus/expirelist.h b/bus/expirelist.h
index cc77867e..221b9ae9 100644
--- a/bus/expirelist.h
+++ b/bus/expirelist.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* expirelist.h List of stuff that expires
*
* Copyright (C) 2003 Red Hat, Inc.
diff --git a/bus/main.c b/bus/main.c
index 08f2eb53..3652935e 100644
--- a/bus/main.c
+++ b/bus/main.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* main.c main() for message bus
*
* Copyright (C) 2003 Red Hat, Inc.
diff --git a/bus/policy.c b/bus/policy.c
index 0d467ab9..383b2b18 100644
--- a/bus/policy.c
+++ b/bus/policy.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* policy.c Bus security policy
*
* Copyright (C) 2003, 2004 Red Hat, Inc.
diff --git a/bus/policy.h b/bus/policy.h
index b58b3862..adb9a059 100644
--- a/bus/policy.h
+++ b/bus/policy.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* policy.h Bus security policy
*
* Copyright (C) 2003 Red Hat, Inc.
diff --git a/bus/selinux.c b/bus/selinux.c
index 34fc3cc7..7fedba6f 100644
--- a/bus/selinux.c
+++ b/bus/selinux.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*-
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* selinux.c SELinux security checks for D-Bus
*
* Author: Matthew Rickard <mjricka@epoch.ncsc.mil>
diff --git a/bus/services.c b/bus/services.c
index 918f19d9..94715bfd 100644
--- a/bus/services.c
+++ b/bus/services.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* services.c Service management
*
* Copyright (C) 2003 Red Hat, Inc.
diff --git a/bus/services.h b/bus/services.h
index 1527fb9a..3ecd6d20 100644
--- a/bus/services.h
+++ b/bus/services.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* services.h Service management
*
* Copyright (C) 2003 Red Hat, Inc.
diff --git a/bus/signals.c b/bus/signals.c
index a1c68416..d0845b1a 100644
--- a/bus/signals.c
+++ b/bus/signals.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* signals.c Bus signal connection implementation
*
* Copyright (C) 2003, 2005 Red Hat, Inc.
diff --git a/bus/signals.h b/bus/signals.h
index 48fb0710..ca74dc99 100644
--- a/bus/signals.h
+++ b/bus/signals.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* signals.h Bus signal connection implementation
*
* Copyright (C) 2003 Red Hat, Inc.
diff --git a/bus/test-main.c b/bus/test-main.c
index f7bb0cc1..994550e2 100644
--- a/bus/test-main.c
+++ b/bus/test-main.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* test-main.c main() for make check
*
* Copyright (C) 2003 Red Hat, Inc.
diff --git a/bus/test.c b/bus/test.c
index 629d52d4..e6716ca9 100644
--- a/bus/test.c
+++ b/bus/test.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* test.c unit test routines
*
* Copyright (C) 2003 Red Hat, Inc.
diff --git a/bus/test.h b/bus/test.h
index 986df078..f9478395 100644
--- a/bus/test.h
+++ b/bus/test.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* test.h unit test routines
*
* Copyright (C) 2003 Red Hat, Inc.
diff --git a/bus/utils.c b/bus/utils.c
index ee729c41..8e9353e4 100644
--- a/bus/utils.c
+++ b/bus/utils.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* utils.c General utility functions
*
* Copyright (C) 2003 CodeFactory AB
diff --git a/bus/utils.h b/bus/utils.h
index 5281ec7e..1d8bdb29 100644
--- a/bus/utils.h
+++ b/bus/utils.h
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu" -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* utils.h General utility functions
*
* Copyright (C) 2003 CodeFactory AB