mirror of
https://github.com/qpdf/qpdf.git
synced 2024-10-31 19:02:30 +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->addDictKeyHandler(key, new_jh);
|
||||||
this->jh = new_jh.get();
|
this->jh = new_jh.get();
|
||||||
this->json_handlers.emplace_back(std::move(new_jh));
|
this->json_handlers.emplace_back(std::move(new_jh));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
@ -208,7 +207,6 @@ Handlers::beginArray(json_handler_t start_fn, bare_handler_t end_fn)
|
|||||||
jh->addFallbackHandler(item_jh);
|
jh->addFallbackHandler(item_jh);
|
||||||
this->jh = item_jh.get();
|
this->jh = item_jh.get();
|
||||||
this->json_handlers.emplace_back(std::move(item_jh));
|
this->json_handlers.emplace_back(std::move(item_jh));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user