Commit 37cf12850152801be2c0339a7d6a71e35da7a1dc

Authored by Jay Berkenbilt
1 parent dca5927b

Remove extraneous blank lines

Showing 1 changed file with 0 additions and 2 deletions
libqpdf/QPDFJob_json.cc
... ... @@ -186,7 +186,6 @@ Handlers::pushKey(std::string const& key)
186 186 this->jh->addDictKeyHandler(key, new_jh);
187 187 this->jh = new_jh.get();
188 188 this->json_handlers.emplace_back(std::move(new_jh));
189   -
190 189 }
191 190  
192 191 void
... ... @@ -208,7 +207,6 @@ Handlers::beginArray(json_handler_t start_fn, bare_handler_t end_fn)
208 207 jh->addFallbackHandler(item_jh);
209 208 this->jh = item_jh.get();
210 209 this->json_handlers.emplace_back(std::move(item_jh));
211   -
212 210 }
213 211  
214 212 void
... ...