summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--client/gdaemonvolumemonitor.c1
-rw-r--r--client/gvfsfusedaemon.c1
-rw-r--r--daemon/ParseFTPList.c1
-rw-r--r--daemon/ParseFTPList.h1
-rw-r--r--daemon/dbus-gmain.c1
-rw-r--r--daemon/dbus-gmain.h1
-rw-r--r--daemon/gvfsbackendarchive.c1
-rw-r--r--daemon/gvfsbackendburn.c1
-rw-r--r--daemon/gvfsbackendcdda.c2
-rw-r--r--daemon/gvfsbackendcomputer.c1
-rw-r--r--daemon/gvfsbackenddav.c1
-rw-r--r--daemon/gvfsbackendftp.c1
-rw-r--r--daemon/gvfsbackendgphoto2.c1
-rw-r--r--daemon/gvfsbackendhttp.c1
-rw-r--r--daemon/gvfsbackendobexftp-cap-parser.c1
-rw-r--r--daemon/gvfsbackendobexftp-cap-parser.h1
-rw-r--r--daemon/gvfsbackendobexftp-fl-parser.c1
-rw-r--r--daemon/gvfsbackendobexftp-fl-parser.h1
-rw-r--r--daemon/gvfsbackendsftp.c1
-rw-r--r--daemon/gvfsbackendtrash.c1
-rw-r--r--daemon/gvfskeyring.c1
-rw-r--r--daemon/main.c2
-rw-r--r--gconf/gapplookupgconf.c1
-rw-r--r--gconf/gapplookupgconf.h2
-rw-r--r--gconf/gconf-module.c1
-rw-r--r--hal/ghaldrive.c2
-rw-r--r--hal/ghalmount.c2
-rw-r--r--hal/ghalvolume.c2
-rw-r--r--hal/ghalvolumemonitor.c2
-rw-r--r--hal/ghalvolumemonitor.h2
-rw-r--r--hal/hal-device.c2
-rw-r--r--hal/hal-device.h2
-rw-r--r--hal/hal-module.c2
-rw-r--r--hal/hal-pool.c2
-rw-r--r--hal/hal-pool.h2
-rw-r--r--hal/hal-utils.c2
-rw-r--r--programs/gvfs-cat.c2
-rw-r--r--programs/gvfs-ls.c2
-rw-r--r--programs/gvfs-open.c2
-rw-r--r--programs/gvfs-tree.c2
-rw-r--r--test/benchmark-common.c1
-rw-r--r--test/benchmark-gvfs-big-files.c1
-rw-r--r--test/benchmark-gvfs-small-files.c1
-rw-r--r--test/benchmark-posix-big-files.c1
-rw-r--r--test/benchmark-posix-small-files.c1
46 files changed, 6 insertions, 63 deletions
diff --git a/ChangeLog b/ChangeLog
index 38463804..e3509f57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-04-22 Benjamin Otte <otte@gnome.org>
+
+ * */*.[ch]: get rid of modelines
+ The modelines were inconsistent and caused issues when used in
+ different editors.
+
2008-04-21 Sebastien Bacher <seb128@ubuntu.com>
* daemon/gvfsbackendftp.c: (do_enumerate_directory):
diff --git a/client/gdaemonvolumemonitor.c b/client/gdaemonvolumemonitor.c
index 61f3a2c0..e26bde09 100644
--- a/client/gdaemonvolumemonitor.c
+++ b/client/gdaemonvolumemonitor.c
@@ -1,4 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* GIO - GLib Input, Output and Streaming Library
*
diff --git a/client/gvfsfusedaemon.c b/client/gvfsfusedaemon.c
index 209f39aa..bca9cf49 100644
--- a/client/gvfsfusedaemon.c
+++ b/client/gvfsfusedaemon.c
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/daemon/ParseFTPList.c b/daemon/ParseFTPList.c
index 829acbd0..3b261a29 100644
--- a/daemon/ParseFTPList.c
+++ b/daemon/ParseFTPList.c
@@ -1,4 +1,3 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
diff --git a/daemon/ParseFTPList.h b/daemon/ParseFTPList.h
index cc7741ea..5580657e 100644
--- a/daemon/ParseFTPList.h
+++ b/daemon/ParseFTPList.h
@@ -1,4 +1,3 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
diff --git a/daemon/dbus-gmain.c b/daemon/dbus-gmain.c
index 4853cd5b..06f03682 100644
--- a/daemon/dbus-gmain.c
+++ b/daemon/dbus-gmain.c
@@ -20,7 +20,6 @@
* Author: Alexander Larsson <alexl@redhat.com>
*/
-/* -*- mode: C; c-file-style: "gnu" -*- */
/* dbus-gmain.c GLib main loop integration
*
* Copyright (C) 2002, 2003 CodeFactory AB
diff --git a/daemon/dbus-gmain.h b/daemon/dbus-gmain.h
index f49e747c..8f0d0871 100644
--- a/daemon/dbus-gmain.h
+++ b/daemon/dbus-gmain.h
@@ -20,7 +20,6 @@
* Author: Alexander Larsson <alexl@redhat.com>
*/
-/* -*- mode: C; c-file-style: "gnu" -*- */
/* dbus-glib-lowlevel.h GLib integration details that require dbus/dbus.h
*
* Copyright (C) 2002, 2003 CodeFactory AB
diff --git a/daemon/gvfsbackendarchive.c b/daemon/gvfsbackendarchive.c
index c0accb4f..a1ebe064 100644
--- a/daemon/gvfsbackendarchive.c
+++ b/daemon/gvfsbackendarchive.c
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2008 Benjamin Otte <otte@gnome.org>
diff --git a/daemon/gvfsbackendburn.c b/daemon/gvfsbackendburn.c
index 7c29fbbb..95e064c2 100644
--- a/daemon/gvfsbackendburn.c
+++ b/daemon/gvfsbackendburn.c
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/daemon/gvfsbackendcdda.c b/daemon/gvfsbackendcdda.c
index 24ba0c22..1f748037 100644
--- a/daemon/gvfsbackendcdda.c
+++ b/daemon/gvfsbackendcdda.c
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
/* GVFS cdrom audio file system driver
*
* Copyright (C) 2007 Red Hat, Inc.
diff --git a/daemon/gvfsbackendcomputer.c b/daemon/gvfsbackendcomputer.c
index e1f6e163..6dfe627d 100644
--- a/daemon/gvfsbackendcomputer.c
+++ b/daemon/gvfsbackendcomputer.c
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/daemon/gvfsbackenddav.c b/daemon/gvfsbackenddav.c
index 476a1124..228ceb26 100644
--- a/daemon/gvfsbackenddav.c
+++ b/daemon/gvfsbackenddav.c
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2008 Red Hat, Inc.
diff --git a/daemon/gvfsbackendftp.c b/daemon/gvfsbackendftp.c
index ec55c73a..732a28a2 100644
--- a/daemon/gvfsbackendftp.c
+++ b/daemon/gvfsbackendftp.c
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2008 Benjamin Otte <otte@gnome.org>
diff --git a/daemon/gvfsbackendgphoto2.c b/daemon/gvfsbackendgphoto2.c
index 13ebdb63..7e0b2df3 100644
--- a/daemon/gvfsbackendgphoto2.c
+++ b/daemon/gvfsbackendgphoto2.c
@@ -1,4 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* GVFS gphoto2 file system driver
*
diff --git a/daemon/gvfsbackendhttp.c b/daemon/gvfsbackendhttp.c
index 94fa0a2c..b96c493e 100644
--- a/daemon/gvfsbackendhttp.c
+++ b/daemon/gvfsbackendhttp.c
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2008 Red Hat, Inc.
diff --git a/daemon/gvfsbackendobexftp-cap-parser.c b/daemon/gvfsbackendobexftp-cap-parser.c
index 8e67aef1..70ce4cf4 100644
--- a/daemon/gvfsbackendobexftp-cap-parser.c
+++ b/daemon/gvfsbackendobexftp-cap-parser.c
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* Copyright (C) 2004-2005 Nokia Corporation.
* Copyright (C) 2008 Bastien Nocera <hadess@hadess.net>
diff --git a/daemon/gvfsbackendobexftp-cap-parser.h b/daemon/gvfsbackendobexftp-cap-parser.h
index 75a7011d..bfa58ca2 100644
--- a/daemon/gvfsbackendobexftp-cap-parser.h
+++ b/daemon/gvfsbackendobexftp-cap-parser.h
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* Copyright (C) 2004 Nokia Corporation.
*
diff --git a/daemon/gvfsbackendobexftp-fl-parser.c b/daemon/gvfsbackendobexftp-fl-parser.c
index ddd64099..faa86036 100644
--- a/daemon/gvfsbackendobexftp-fl-parser.c
+++ b/daemon/gvfsbackendobexftp-fl-parser.c
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* Copyright (C) 2004-2005 Nokia Corporation.
* Copyright (C) 2008 Bastien Nocera <hadess@hadess.net> (gio port)
diff --git a/daemon/gvfsbackendobexftp-fl-parser.h b/daemon/gvfsbackendobexftp-fl-parser.h
index 7867dccf..61303d29 100644
--- a/daemon/gvfsbackendobexftp-fl-parser.h
+++ b/daemon/gvfsbackendobexftp-fl-parser.h
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* Copyright (C) 2004 Nokia Corporation.
* Copyright (C) 2008 Bastien Nocera <hadess@hadess.net> (gio port)
diff --git a/daemon/gvfsbackendsftp.c b/daemon/gvfsbackendsftp.c
index 2ce4aabb..31c9474b 100644
--- a/daemon/gvfsbackendsftp.c
+++ b/daemon/gvfsbackendsftp.c
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/daemon/gvfsbackendtrash.c b/daemon/gvfsbackendtrash.c
index f8990084..39f93752 100644
--- a/daemon/gvfsbackendtrash.c
+++ b/daemon/gvfsbackendtrash.c
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/daemon/gvfskeyring.c b/daemon/gvfskeyring.c
index 1863ff18..943982f8 100644
--- a/daemon/gvfskeyring.c
+++ b/daemon/gvfskeyring.c
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2008 Carlos Garcia Campos
diff --git a/daemon/main.c b/daemon/main.c
index 660e9aa6..757229d2 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/gconf/gapplookupgconf.c b/gconf/gapplookupgconf.c
index 0a361426..059659d1 100644
--- a/gconf/gapplookupgconf.c
+++ b/gconf/gapplookupgconf.c
@@ -1,4 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* GIO - GLib Input, Output and Streaming Library
*
diff --git a/gconf/gapplookupgconf.h b/gconf/gapplookupgconf.h
index dd04380c..a268415e 100644
--- a/gconf/gapplookupgconf.h
+++ b/gconf/gapplookupgconf.h
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/gconf/gconf-module.c b/gconf/gconf-module.c
index 40ba4509..113073f4 100644
--- a/gconf/gconf-module.c
+++ b/gconf/gconf-module.c
@@ -1,4 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* GIO - GLib Input, Output and Streaming Library
*
diff --git a/hal/ghaldrive.c b/hal/ghaldrive.c
index 3159d40a..96c11f68 100644
--- a/hal/ghaldrive.c
+++ b/hal/ghaldrive.c
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/hal/ghalmount.c b/hal/ghalmount.c
index ba5d8341..bbde3b97 100644
--- a/hal/ghalmount.c
+++ b/hal/ghalmount.c
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/hal/ghalvolume.c b/hal/ghalvolume.c
index 29c96c43..7926a59b 100644
--- a/hal/ghalvolume.c
+++ b/hal/ghalvolume.c
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/hal/ghalvolumemonitor.c b/hal/ghalvolumemonitor.c
index 001e885e..1f5b8a08 100644
--- a/hal/ghalvolumemonitor.c
+++ b/hal/ghalvolumemonitor.c
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/hal/ghalvolumemonitor.h b/hal/ghalvolumemonitor.h
index d12dda1f..c068163e 100644
--- a/hal/ghalvolumemonitor.h
+++ b/hal/ghalvolumemonitor.h
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/hal/hal-device.c b/hal/hal-device.c
index 2650aaf7..487a1ae5 100644
--- a/hal/hal-device.c
+++ b/hal/hal-device.c
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
/* hal-device.c
*
* Copyright (C) 2007 David Zeuthen
diff --git a/hal/hal-device.h b/hal/hal-device.h
index d2168f4c..f82224a3 100644
--- a/hal/hal-device.h
+++ b/hal/hal-device.h
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
/* hal-device.h
*
* Copyright (C) 2007 David Zeuthen
diff --git a/hal/hal-module.c b/hal/hal-module.c
index f8b255ba..34135811 100644
--- a/hal/hal-module.c
+++ b/hal/hal-module.c
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/hal/hal-pool.c b/hal/hal-pool.c
index abeadf44..dcbf5256 100644
--- a/hal/hal-pool.c
+++ b/hal/hal-pool.c
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
/* hal-pool.c
*
* Copyright (C) 2007 David Zeuthen
diff --git a/hal/hal-pool.h b/hal/hal-pool.h
index 1a84793d..8011d64f 100644
--- a/hal/hal-pool.h
+++ b/hal/hal-pool.h
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
/* hal-pool.h
*
* Copyright (C) 2007 David Zeuthen
diff --git a/hal/hal-utils.c b/hal/hal-utils.c
index b7513917..ca90bc7c 100644
--- a/hal/hal-utils.c
+++ b/hal/hal-utils.c
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/programs/gvfs-cat.c b/programs/gvfs-cat.c
index 72f5ae0c..bd3969f2 100644
--- a/programs/gvfs-cat.c
+++ b/programs/gvfs-cat.c
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/programs/gvfs-ls.c b/programs/gvfs-ls.c
index a0c0e985..ecc136d3 100644
--- a/programs/gvfs-ls.c
+++ b/programs/gvfs-ls.c
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/programs/gvfs-open.c b/programs/gvfs-open.c
index 0c764cf6..26efa5f0 100644
--- a/programs/gvfs-open.c
+++ b/programs/gvfs-open.c
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/programs/gvfs-tree.c b/programs/gvfs-tree.c
index 66f66368..a9ff3b06 100644
--- a/programs/gvfs-tree.c
+++ b/programs/gvfs-tree.c
@@ -1,5 +1,3 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/test/benchmark-common.c b/test/benchmark-common.c
index d07ac8e8..8f7e9ccc 100644
--- a/test/benchmark-common.c
+++ b/test/benchmark-common.c
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/test/benchmark-gvfs-big-files.c b/test/benchmark-gvfs-big-files.c
index 777a54bf..af9c7b77 100644
--- a/test/benchmark-gvfs-big-files.c
+++ b/test/benchmark-gvfs-big-files.c
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/test/benchmark-gvfs-small-files.c b/test/benchmark-gvfs-small-files.c
index 22b34167..2e3143dd 100644
--- a/test/benchmark-gvfs-small-files.c
+++ b/test/benchmark-gvfs-small-files.c
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/test/benchmark-posix-big-files.c b/test/benchmark-posix-big-files.c
index d8061cba..8c05e5f7 100644
--- a/test/benchmark-posix-big-files.c
+++ b/test/benchmark-posix-big-files.c
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
diff --git a/test/benchmark-posix-small-files.c b/test/benchmark-posix-small-files.c
index 81a39dd3..1877555d 100644
--- a/test/benchmark-posix-small-files.c
+++ b/test/benchmark-posix-small-files.c
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.