diff options
author | Xan Lopez <xan@igalia.com> | 2012-08-02 05:43:19 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-08-02 16:02:38 +0800 |
commit | 9c257893c9a93ea8732cf360c5d452365e60317f (patch) | |
tree | 561511ba7975d4bc8a48224526d8d5210c5e1c37 /embed/ephy-embed-utils.h | |
parent | 92b4ae00d0870fa8b4614fd72c1b246cbaf264b4 (diff) | |
download | gsoc2013-epiphany-9c257893c9a93ea8732cf360c5d452365e60317f.tar.gz gsoc2013-epiphany-9c257893c9a93ea8732cf360c5d452365e60317f.tar.zst gsoc2013-epiphany-9c257893c9a93ea8732cf360c5d452365e60317f.zip |
ephy-embed-utils: use new coding style
Diffstat (limited to 'embed/ephy-embed-utils.h')
-rw-r--r-- | embed/ephy-embed-utils.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/embed/ephy-embed-utils.h b/embed/ephy-embed-utils.h index bd82baa30..8a65b26fc 100644 --- a/embed/ephy-embed-utils.h +++ b/embed/ephy-embed-utils.h @@ -1,4 +1,4 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* * Copyright © 2000-2003 Marco Pesenti Gritti * Copyright © 2003, 2004, 2005 Christian Persch @@ -19,7 +19,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $Id: */ #if !defined (__EPHY_EPIPHANY_H_INSIDE__) && !defined (EPIPHANY_COMPILATION) |