summaryrefslogtreecommitdiff
path: root/libmateweather/mateweather-location.c
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 11:07:30 +0200
committerraveit65 <[email protected]>2019-07-02 15:58:19 +0200
commite581918b791c4fdc1e6fe487712a0d36e6184672 (patch)
treeaeabbfc3ff428b3b14e8cc5b690b4e84b271a003 /libmateweather/mateweather-location.c
parent2b24ccb08c4f58efaacb6bc1441e7286995db5ff (diff)
downloadlibmateweather-e581918b791c4fdc1e6fe487712a0d36e6184672.tar.bz2
libmateweather-e581918b791c4fdc1e6fe487712a0d36e6184672.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'libmateweather/mateweather-location.c')
-rw-r--r--libmateweather/mateweather-location.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmateweather/mateweather-location.c b/libmateweather/mateweather-location.c
index 306d979..30d33bd 100644
--- a/libmateweather/mateweather-location.c
+++ b/libmateweather/mateweather-location.c
@@ -40,7 +40,7 @@
* A #MateWeatherLocation represents a "location" of some type known to
* libmateweather; anything from a single weather station to the entire
* world. See #MateWeatherLocationLevel for information about how the
- * hierarchy of locations works.
+ * hierarchy of locations works.
*/
struct _MateWeatherLocation {
@@ -90,7 +90,7 @@ sort_locations_by_name (gconstpointer a, gconstpointer b)
return g_utf8_collate (loc_a->sort_name, loc_b->sort_name);
}
-
+
static int
sort_locations_by_distance (gconstpointer a, gconstpointer b, gpointer user_data)
{
@@ -368,7 +368,7 @@ mateweather_location_unref (MateWeatherLocation *loc)
if (--loc->ref_count)
return;
-
+
g_free (loc->name);
g_free (loc->sort_name);
g_free (loc->country_code);