[libgweather/style-check-feedback: 2/2] REMOVE ME: Test the style checker




commit 17a2270b2509b19b7b608b881494c2d90538a6fd
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Oct 19 14:16:08 2021 +0100

    REMOVE ME: Test the style checker

 libgweather/gweather-weather.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libgweather/gweather-weather.c b/libgweather/gweather-weather.c
index ea7b317c..b805c6cb 100644
--- a/libgweather/gweather-weather.c
+++ b/libgweather/gweather-weather.c
@@ -140,11 +140,11 @@ gweather_wind_direction_to_string (GWeatherWindDirection wind)
 }
 
 static const gchar *sky_str[] = {
-    N_ ("clear sky"),
-    N_ ("broken clouds"),
-    N_ ("scattered clouds"),
-    N_ ("few clouds"),
-    N_ ("overcast")
+    N_("clear sky"),
+    N_("broken clouds"),
+    N_("scattered clouds"),
+    N_("few clouds"),
+    N_("overcast")
 };
 
 static const gchar *sky_caps_str[] = {


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