[libgweather/benzea/wip-variant-backend: 2/15] location: Fix indentation of comment
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgweather/benzea/wip-variant-backend: 2/15] location: Fix indentation of comment
- Date: Mon, 11 Jan 2021 19:34:48 +0000 (UTC)
commit 21181fa89dd209c5ecf9f9357250e9abe1944b54
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]