From 63059ce3181c637d2af26e323a11998c06eb2cd4 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Sun, 11 Sep 2016 09:22:02 -0500 Subject: Standardize modelines --- lib/ephy-time-helpers.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/ephy-time-helpers.h') 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 -- cgit v1.2.1