aboutsummaryrefslogtreecommitdiff
path: root/networking/brctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/brctl.c')
-rw-r--r--networking/brctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/brctl.c b/networking/brctl.c
index 0defce46a..c0b094eba 100644
--- a/networking/brctl.c
+++ b/networking/brctl.c
@@ -184,7 +184,7 @@ int brctl_main(int argc UNUSED_PARAM, char **argv)
184 tabs = 1; 184 tabs = 1;
185 printf("\t\t%s\n", ifname); 185 printf("\t\t%s\n", ifname);
186 } 186 }
187 if (!tabs) /* bridge has no interfaces */ 187 if (!tabs) /* bridge has no interfaces */
188 bb_putchar('\n'); 188 bb_putchar('\n');
189 } 189 }
190 goto done; 190 goto done;