From 884fe02952017ac219cd23f9407d27ed4d8a8620 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Tue, 19 Jun 2018 15:55:58 +0200 Subject: =?UTF-8?q?Run=20clang-tidy=E2=80=99s=20modernize-redundant-void-a?= =?UTF-8?q?rg=20pass.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/file.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/file.h') diff --git a/src/file.h b/src/file.h index c86f065d3..c24ecdf6f 100644 --- a/src/file.h +++ b/src/file.h @@ -45,7 +45,7 @@ Glib::ustring sp_file_default_template_uri(); * Return value is a pointer to the newly created desktop. */ SPDesktop* sp_file_new (const std::string &templ); -SPDesktop* sp_file_new_default (void); +SPDesktop* sp_file_new_default (); /*###################### ## D E L E T E @@ -54,7 +54,7 @@ SPDesktop* sp_file_new_default (void); /** * Close the document/view */ -void sp_file_exit (void); +void sp_file_exit (); /*###################### ## O P E N -- cgit v1.2.3