projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a390fd
)
; * lib-src/etags.c (do_move_file): Fix coding style.
author
Po Lu
<luangruo@yahoo.com>
Sat, 17 Dec 2022 01:49:08 +0000
(09:49 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 17 Dec 2022 01:49:08 +0000
(09:49 +0800)
lib-src/etags.c
patch
|
blob
|
history
diff --git
a/lib-src/etags.c
b/lib-src/etags.c
index a06c236140f2c395e73d2ae6553fb84c35925555..280b5b9df2233df4e592c535893f16eb19473c39 100644
(file)
--- 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;