]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lib-src/etags.c (do_move_file): Fix coding style.
authorPo Lu <luangruo@yahoo.com>
Sat, 17 Dec 2022 01:49:08 +0000 (09:49 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 17 Dec 2022 01:49:08 +0000 (09:49 +0800)
lib-src/etags.c

index a06c236140f2c395e73d2ae6553fb84c35925555..280b5b9df2233df4e592c535893f16eb19473c39 100644 (file)
@@ -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;