summaryrefslogtreecommitdiff
path: root/lib/ephy-time-helpers.h
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2016-09-11 09:22:02 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-09-11 09:23:26 -0500
commit63059ce3181c637d2af26e323a11998c06eb2cd4 (patch)
tree896f03317d0113a6ba1c4561b44358c432e5e615 /lib/ephy-time-helpers.h
parent9368c2e2df2a061e3d640c53f95c5c8fc388a4df (diff)
downloadepiphany-63059ce3181c637d2af26e323a11998c06eb2cd4.tar.gz
Standardize modelines
Diffstat (limited to 'lib/ephy-time-helpers.h')
-rw-r--r--lib/ephy-time-helpers.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/ephy-time-helpers.h b/lib/ephy-time-helpers.h
index 922f222e1..ddb126168 100644
--- a/lib/ephy-time-helpers.h
+++ b/lib/ephy-time-helpers.h
@@ -1,3 +1,4 @@
+/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/*
* arch-tag: Header file for code cut and pasted from elsewhere
*
@@ -25,9 +26,9 @@
G_BEGIN_DECLS
-char *eel_strdup_strftime (const char *format,
- struct tm *time_pieces);
+char *eel_strdup_strftime (const char *format,
+ struct tm *time_pieces);
-char * ephy_time_helpers_utf_friendly_time (time_t date);
+char * ephy_time_helpers_utf_friendly_time (time_t date);
G_END_DECLS