diff options
author | monsta <[email protected]> | 2016-11-09 12:43:25 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-09 12:43:25 +0300 |
commit | 4501110b3bf0d817b455549223bba64b301453ee (patch) | |
tree | 15df7739dbadd490f94ccb3e380ab2b63e7f1040 /applets/clock/clock-location-tile.h | |
parent | aa5cbe39c5ee4d71ec2459bb24ad42ecdbaaebb6 (diff) | |
download | mate-panel-4501110b3bf0d817b455549223bba64b301453ee.tar.bz2 mate-panel-4501110b3bf0d817b455549223bba64b301453ee.tar.xz |
clock: fix indent somewhat
Diffstat (limited to 'applets/clock/clock-location-tile.h')
-rw-r--r-- | applets/clock/clock-location-tile.h | 6 |
1 files changed, 3 insertions, 3 deletions
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); |