diff options
author | Benjamin Otte <otte@src.gnome.org> | 2008-04-22 09:31:00 +0000 |
---|---|---|
committer | Benjamin Otte <otte@src.gnome.org> | 2008-04-22 09:31:00 +0000 |
commit | 95fa2abeb2790f1f820be2c749548d60564a05a5 (patch) | |
tree | d065bbbc1aa6864ff63b5a4e289ba6dde82075b5 /test | |
parent | 160e9657e449dc02059b2f8ee769e26aa6079da8 (diff) | |
download | gvfs-95fa2abeb2790f1f820be2c749548d60564a05a5.tar.gz |
get rid of modelines The modelines were inconsistent and caused issues
* */*.[ch]: get rid of modelines
The modelines were inconsistent and caused issues when used in
different editors.
svn path=/trunk/; revision=1756
Diffstat (limited to 'test')
-rw-r--r-- | test/benchmark-common.c | 1 | ||||
-rw-r--r-- | test/benchmark-gvfs-big-files.c | 1 | ||||
-rw-r--r-- | test/benchmark-gvfs-small-files.c | 1 | ||||
-rw-r--r-- | test/benchmark-posix-big-files.c | 1 | ||||
-rw-r--r-- | test/benchmark-posix-small-files.c | 1 |
5 files changed, 0 insertions, 5 deletions
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. |