summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2021-01-11 15:54:51 +0100
committerBastien Nocera <hadess@hadess.net>2021-01-11 20:31:52 +0100
commit21181fa89dd209c5ecf9f9357250e9abe1944b54 (patch)
tree53159b1b22835ac1421124853c8e1777ad5b6081
parent8911c92d669ccca4b9756f3ef840c9abe4bad0c9 (diff)
downloadlibgweather-21181fa89dd209c5ecf9f9357250e9abe1944b54.tar.gz
location: Fix indentation of comment
-rw-r--r--libgweather/gweather-location.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgweather/gweather-location.c b/libgweather/gweather-location.c
index c472f27..d0b924a 100644
--- a/libgweather/gweather-location.c
+++ b/libgweather/gweather-location.c
@@ -824,7 +824,7 @@ gweather_location_find_nearest_city (GWeatherLocation *loc,
double lat,
double lon)
{
- /* The data set really isn't too big. Don't concern ourselves
+ /* The data set really isn't too big. Don't concern ourselves
* with a proper nearest neighbors search. Instead, just do
* an O(n) search. */
struct FindNearestCityData data;
@@ -879,7 +879,7 @@ gweather_location_find_nearest_city_full (GWeatherLocation *loc,
gpointer user_data,
GDestroyNotify destroy)
{
- /* The data set really isn't too big. Don't concern ourselves
+ /* The data set really isn't too big. Don't concern ourselves
* with a proper nearest neighbors search. Instead, just do
* an O(n) search. */
struct FindNearestCityData data;