mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 02:49:00 +00:00
Remove extraneous blank lines
This commit is contained in:
parent
dca5927ba0
commit
37cf128501
@ -186,7 +186,6 @@ Handlers::pushKey(std::string const& key)
|
||||
this->jh->addDictKeyHandler(key, new_jh);
|
||||
this->jh = new_jh.get();
|
||||
this->json_handlers.emplace_back(std::move(new_jh));
|
||||
|
||||
}
|
||||
|
||||
void
|
||||
@ -208,7 +207,6 @@ Handlers::beginArray(json_handler_t start_fn, bare_handler_t end_fn)
|
||||
jh->addFallbackHandler(item_jh);
|
||||
this->jh = item_jh.get();
|
||||
this->json_handlers.emplace_back(std::move(item_jh));
|
||||
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user