emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 825afc84d0 1/2: ; * lib-src/etags.c (do_move_file): Fix coding st


From: Po Lu
Subject: master 825afc84d0 1/2: ; * lib-src/etags.c (do_move_file): Fix coding style.
Date: Sat, 17 Dec 2022 03:23:41 -0500 (EST)

branch: master
commit 825afc84d0183935e86e5c772d82298ab3f6e721
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * 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 a06c236140..280b5b9df2 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]