From 83ed45196303154b0b2ee167e61936abd968bed8 Mon Sep 17 00:00:00 2001 From: Alex Wang Date: Tue, 25 Jun 2013 11:26:41 -0700 Subject: [PATCH] build-aux/extract-ofp-errors: Delete trailing whitespaces Delete trailing whitespaces. Signed-off-by: Alex Wang Signed-off-by: Ben Pfaff --- 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 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 = {} -- 2.43.0