diff mbox series

[1/3] connection: Fix white space indentation.

Message ID 20231130002309.1322111-2-gerickson@nuovations.com (mailing list archive)
State Not Applicable, archived
Headers show
Series connection: Optimize Conditional '&&' Clauses in '__connman_connection_gateway_remove' | expand

Commit Message

Grant Erickson Nov. 30, 2023, 12:23 a.m. UTC
This corrects a white space indentation style issue in
'__connman_connection_gateway_remove'.
---
 src/connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/src/connection.c b/src/connection.c
index 2d9e259c2d28..b5349834c813 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -1597,7 +1597,7 @@  void __connman_connection_gateway_remove(struct connman_service *service,
 {
 	struct gateway_data *data = NULL;
 	bool set_default4 = false, set_default6 = false;
-        bool do_ipv4 = false, do_ipv6 = false;
+	bool do_ipv4 = false, do_ipv6 = false;
 	int err;
 
 	DBG("service %p (%s) type %d (%s)",