From 825afc84d0183935e86e5c772d82298ab3f6e721 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sat, 17 Dec 2022 09:49:08 +0800 Subject: [PATCH] ; * lib-src/etags.c (do_move_file): Fix coding style. --- lib-src/etags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5