[libgweather/benzea/wip-variant-backend: 1/13] location: Fix indentation of comment




commit fbf3fb1fe48a7cf22f5d9427c2094aa9c3f52072
Author: Benjamin Berg <bberg redhat com>
Date:   Mon Jan 11 15:54:51 2021 +0100

    location: Fix indentation of comment

 libgweather/gweather-location.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgweather/gweather-location.c b/libgweather/gweather-location.c
index c472f274..d0b924ab 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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]