From 617f7bb0a0fbb03acafe1d8fe6695bf87d558fb0 Mon Sep 17 00:00:00 2001 From: Cristobal Rosa Date: Fri, 27 Sep 2013 23:29:05 +0200 Subject: [PATCH] Added an space between code and comments in order to follow the coding standars --- library/system/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/system/setup b/library/system/setup index 7ede90c98d..e3279717a8 100755 --- a/library/system/setup +++ b/library/system/setup @@ -1440,7 +1440,7 @@ class LinuxNetwork(Network): path = os.path.join(path, 'bonding', 'all_slaves_active') if os.path.exists(path): interfaces[device]['all_slaves_active'] = open(path).read() == '1' - #Check whether a interface is in promiscuous mode + # Check whether a interface is in promiscuous mode if os.path.exists(os.path.join(path,'flags')): promisc_mode = False # The second byte indicates whether the interface is in promiscuous mode.