; * lib-src/etags.c (do_move_file): Fix coding style.
This commit is contained in:
parent
6a390fd42e
commit
825afc84d0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue