Commit 2f923b93 authored by Dominik Charousset's avatar Dominik Charousset

Fix commenting style

parent d75aa7d7
...@@ -98,7 +98,7 @@ void read_uri_query(state<Iterator, Sentinel>& ps, Consumer&& consumer) { ...@@ -98,7 +98,7 @@ void read_uri_query(state<Iterator, Sentinel>& ps, Consumer&& consumer) {
}); });
// FSM declaration. // FSM declaration.
start(); start();
// query may be empty // Query may be empty.
term_state(init) { term_state(init) {
read_next_char(read_key, key) read_next_char(read_key, key)
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment