From d012387afef0ba02185ebe27bc6bb15551912e92 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 14 Jul 2007 02:44:01 +0000 Subject: 2007-07-13 Havoc Pennington * Add indent-tabs-mode: nil to all file headers. --- bus/activation.c | 2 +- bus/activation.h | 2 +- bus/bus.c | 2 +- bus/bus.h | 2 +- bus/config-loader-expat.c | 2 +- bus/config-loader-libxml.c | 2 +- bus/config-parser.c | 2 +- bus/config-parser.h | 2 +- bus/connection.c | 2 +- bus/connection.h | 2 +- bus/desktop-file.c | 2 +- bus/desktop-file.h | 2 +- bus/dir-watch-default.c | 2 +- bus/dir-watch-dnotify.c | 2 +- bus/dir-watch-kqueue.c | 2 +- bus/dir-watch.h | 2 +- bus/dispatch.c | 2 +- bus/dispatch.h | 2 +- bus/driver.c | 2 +- bus/driver.h | 2 +- bus/expirelist.c | 2 +- bus/expirelist.h | 2 +- bus/main.c | 2 +- bus/policy.c | 2 +- bus/policy.h | 2 +- bus/selinux.c | 2 +- bus/services.c | 2 +- bus/services.h | 2 +- bus/signals.c | 2 +- bus/signals.h | 2 +- bus/test-main.c | 2 +- bus/test.c | 2 +- bus/test.h | 2 +- bus/utils.c | 2 +- bus/utils.h | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) (limited to 'bus') 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 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 -- cgit