Skip to content

Commit

Permalink
build-aux/extract-ofp-errors: Delete trailing whitespaces
Browse files Browse the repository at this point in the history
Delete trailing whitespaces.

Signed-off-by: Alex Wang <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
yew011 authored and blp committed Jun 25, 2013
1 parent d1d71a3 commit 83ed451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/extract-ofp-errors
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}

Expand Down

0 comments on commit 83ed451

Please sign in to comment.