[libgweather/clang-format] fixup! Reformat the code using clang-format



commit c7e26a1f7b4ecc2b4a6cbaeb4bcb218a49883c61
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sun Oct 17 00:35:44 2021 +0100

    fixup! Reformat the code using clang-format

 libgweather/tools/test_weather.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/libgweather/tools/test_weather.c b/libgweather/tools/test_weather.c
index 8728718d..99dd1875 100644
--- a/libgweather/tools/test_weather.c
+++ b/libgweather/tools/test_weather.c
@@ -95,12 +95,12 @@ weather_updated (GWeatherInfo *info,
         g_main_loop_quit (loop);
 }
 
-#define ADD_PROVIDER_STR(x)   \
- {                            \
-  if (s->len != 0)            \
-   g_string_append (s, ", "); \
-  g_string_append (s, x);     \
- }
+#define ADD_PROVIDER_STR(x)            \
+    {                                  \
+        if (s->len != 0)               \
+            g_string_append (s, ", "); \
+        g_string_append (s, x);        \
+    }
 
 static gboolean
 set_providers (GWeatherInfo *info)


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