[ovs-dev] [PATCH] build-aux/extract-ofp-errors: Delete trailing whitespaces

Alex Wang alexw at nicira.com
Tue Jun 25 18:26:41 UTC 2013


Delete trailing whitespaces.

Signed-off-by: Alex Wang <alexw at nicira.com>
---
 build-aux/extract-ofp-errors |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/extract-ofp-errors b/build-aux/extract-ofp-errors
index 6e86252..bffead4 100755
--- a/build-aux/extract-ofp-errors
+++ b/build-aux/extract-ofp-errors
@@ -199,7 +199,7 @@ def extract_vendor_ids(fn):
             fatal("%s: duplicate vendor id for vendors %s and %s"
                   % (id_, vendor_reverse_map[id_], name))
         vendor_reverse_map[id_] = name
-    
+
 def extract_ofp_errors(fn):
     error_types = {}
 
-- 
1.7.9.5




More information about the dev mailing list