From 4501110b3bf0d817b455549223bba64b301453ee Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 9 Nov 2016 12:43:25 +0300 Subject: clock: fix indent somewhat --- applets/clock/clock-location-tile.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'applets/clock/clock-location-tile.h') diff --git a/applets/clock/clock-location-tile.h b/applets/clock/clock-location-tile.h index 28dea2bf..0b1aa8e9 100644 --- a/applets/clock/clock-location-tile.h +++ b/applets/clock/clock-location-tile.h @@ -36,19 +36,19 @@ typedef struct GtkAlignmentClass parent_class; #endif - void (* tile_pressed) (ClockLocationTile *tile); + void (* tile_pressed) (ClockLocationTile *tile); int (* need_clock_format) (ClockLocationTile *tile); } ClockLocationTileClass; GType clock_location_tile_get_type (void); ClockLocationTile *clock_location_tile_new (ClockLocation *loc, - ClockFaceSize size); + ClockFaceSize size); ClockLocation *clock_location_tile_get_location (ClockLocationTile *this); void weather_info_setup_tooltip (WeatherInfo *info, ClockLocation *location, GtkTooltip *tip, - ClockFormat clock_format); + ClockFormat clock_format); void clock_location_tile_refresh (ClockLocationTile *this, gboolean force_refresh); -- cgit v1.2.1