From: Po Lu Date: Sat, 17 Dec 2022 01:49:08 +0000 (+0800) Subject: ; * lib-src/etags.c (do_move_file): Fix coding style. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=825afc84d0183935e86e5c772d82298ab3f6e721;p=emacs.git ; * lib-src/etags.c (do_move_file): Fix coding style. --- diff --git a/lib-src/etags.c b/lib-src/etags.c index a06c236140f..280b5b9df22 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -7772,7 +7772,7 @@ escape_shell_arg_string (char *str) #endif static void -do_move_file(const char *src_file, const char *dst_file) +do_move_file (const char *src_file, const char *dst_file) { if (rename (src_file, dst_file) == 0) return;