[libgweather/clang-format] fixup! Reformat the code using clang-format
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgweather/clang-format] fixup! Reformat the code using clang-format
- Date: Sat, 16 Oct 2021 23:35:50 +0000 (UTC)
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]