; * lib-src/etags.c (do_move_file): Fix coding style.

This commit is contained in:
Po Lu 2022-12-17 09:49:08 +08:00
parent 6a390fd42e
commit 825afc84d0

View 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;