From 045420022ad434b660d5fd652f9e3297ef98ab00 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 Oct 2024 14:22:38 -0400 Subject: Remove blank line that cpplint doesn't like --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 0f4d1b0..3ae4c7d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -146,7 +146,6 @@ main(int argc, char** argv) patchage::Patchage patchage(options); Gtk::Main::run(*patchage.window()); patchage.save(); - } catch (std::exception& e) { std::cerr << "patchage: error: " << e.what() << "\n"; return 1; -- cgit v1.2.1