summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-12-22 13:53:23 +0100
committerVictor Kareh <[email protected]>2020-12-22 08:28:02 -0500
commit92c556ee9b60a12a6369b28185c3fa8046147730 (patch)
tree9517fe5f727dffde4aa1e63210e3958f94a7a1ba
parent6f974ba1bedf3fc519441a79f02db59e5cd5e3e8 (diff)
downloadmate-applets-92c556ee9b60a12a6369b28185c3fa8046147730.tar.bz2
mate-applets-92c556ee9b60a12a6369b28185c3fa8046147730.tar.xz
netspeed: fix line indent
-rw-r--r--netspeed/src/backend.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/netspeed/src/backend.c b/netspeed/src/backend.c
index 9fcfa226..f013c170 100644
--- a/netspeed/src/backend.c
+++ b/netspeed/src/backend.c
@@ -167,10 +167,10 @@ get_ip_address_list (const char *iface_name,
/* get network mask length */
for (i = 0; i < 4; i++) {
ip6_netmask = ntohl (((uint32_t*)(&ip6_network.sin6_addr))[i]);
- while (ip6_netmask) {
- netmask++;
- ip6_netmask <<= 1;
- }
+ while (ip6_netmask) {
+ netmask++;
+ ip6_netmask <<= 1;
+ }
}
list = g_slist_prepend (list,
@@ -364,7 +364,7 @@ get_device_info (const char *device,
if (ptp)
get_ptp_info (devinfo);
#endif /* HAVE_NL */
- }
+ }
}
gboolean