build-aux/extract-ofp-errors: Delete trailing whitespaces
authorAlex Wang <alexw@nicira.com>
Tue, 25 Jun 2013 18:26:41 +0000 (11:26 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 25 Jun 2013 19:45:15 +0000 (12:45 -0700)
Delete trailing whitespaces.

Signed-off-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
build-aux/extract-ofp-errors

index 6e86252..bffead4 100755 (executable)
@@ -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 = {}