projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b0f0f1
)
ovsdb-parser: Fix indentation.
author
Ben Pfaff
<blp@nicira.com>
Mon, 16 Nov 2009 17:19:36 +0000
(09:19 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Mon, 16 Nov 2009 17:19:36 +0000
(09:19 -0800)
lib/ovsdb-parser.h
patch
|
blob
|
history
diff --git
a/lib/ovsdb-parser.h
b/lib/ovsdb-parser.h
index f9a2ef7ed9a42972a71ef7d3c9a26dad35bc7e35..6a3e32df6e47285796bb1e7a6c0c47182656b967 100644
(file)
--- a/
lib/ovsdb-parser.h
+++ b/
lib/ovsdb-parser.h
@@
-61,7
+61,7
@@
void ovsdb_parser_init(struct ovsdb_parser *, const struct json *,
const char *name, ...)
PRINTF_FORMAT(3, 4);
const struct json *ovsdb_parser_member(struct ovsdb_parser *, const char *name,
- enum ovsdb_parser_types);
+
enum ovsdb_parser_types);
void ovsdb_parser_raise_error(struct ovsdb_parser *parser,
const char *format, ...)