From: Alex Wang Date: Tue, 25 Jun 2013 18:26:41 +0000 (-0700) Subject: build-aux/extract-ofp-errors: Delete trailing whitespaces X-Git-Tag: sliver-openvswitch-1.10.90-3~6^2~54 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=83ed45196303154b0b2ee167e61936abd968bed8 build-aux/extract-ofp-errors: Delete trailing whitespaces Delete trailing whitespaces. Signed-off-by: Alex Wang Signed-off-by: Ben Pfaff --- diff --git a/build-aux/extract-ofp-errors b/build-aux/extract-ofp-errors index 6e86252ad..bffead400 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 = {}