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,7 +186,6 @@ Handlers::pushKey(std::string const& key)
186 this->jh->addDictKeyHandler(key, new_jh); 186 this->jh->addDictKeyHandler(key, new_jh);
187 this->jh = new_jh.get(); 187 this->jh = new_jh.get();
188 this->json_handlers.emplace_back(std::move(new_jh)); 188 this->json_handlers.emplace_back(std::move(new_jh));
189 -  
190 } 189 }
191 190
192 void 191 void
@@ -208,7 +207,6 @@ Handlers::beginArray(json_handler_t start_fn, bare_handler_t end_fn) @@ -208,7 +207,6 @@ Handlers::beginArray(json_handler_t start_fn, bare_handler_t end_fn)
208 jh->addFallbackHandler(item_jh); 207 jh->addFallbackHandler(item_jh);
209 this->jh = item_jh.get(); 208 this->jh = item_jh.get();
210 this->json_handlers.emplace_back(std::move(item_jh)); 209 this->json_handlers.emplace_back(std::move(item_jh));
211 -  
212 } 210 }
213 211
214 void 212 void