Fix some long lines in dired.c
authorNelson Ferreira <nferreira9@bloomberg.net>
Fri, 3 Apr 2020 12:35:41 +0000 (08:35 -0400)
committerNelson Ferreira <nelson.ferreira@ieee.org>
Fri, 3 Apr 2020 13:36:38 +0000 (09:36 -0400)
Signed-off-by: Nelson Ferreira <nelson.ferreira@ieee.org>
src/dired.c

index bcc6994..5469ef6 100644 (file)
@@ -274,7 +274,8 @@ dfr_inner(dirent_t *res,
        if (lstat(statnam, &st) == 0) {
                if ((st.st_mode & S_IFMT) == S_IFDIR) {
                        dir_p = 1;
        if (lstat(statnam, &st) == 0) {
                if ((st.st_mode & S_IFMT) == S_IFDIR) {
                        dir_p = 1;
-               } else if ((st.st_mode & S_IFMT) == S_IFLNK && !opts->symlink_file_p) {
+               } else if ((st.st_mode & S_IFMT) == S_IFLNK
+                          && !opts->symlink_file_p) {
                        char *canon_name = NULL;
 
                        /* ugly things may happen when a link
                        char *canon_name = NULL;
 
                        /* ugly things may happen when a link
@@ -1484,12 +1485,13 @@ void syms_of_dired(void)
 
 void vars_of_dired(void)
 {
 
 void vars_of_dired(void)
 {
-       DEFVAR_LISP("completion-ignored-extensions", &Vcompletion_ignored_extensions    /*
+       DEFVAR_LISP("completion-ignored-extensions",
+                   &Vcompletion_ignored_extensions     /*
 *Completion ignores filenames ending in any string in this list.
 This variable does not affect lists of possible completions,
 but does affect the commands that actually do completions.
 It is used by the function `file-name-completion'.
 *Completion ignores filenames ending in any string in this list.
 This variable does not affect lists of possible completions,
 but does affect the commands that actually do completions.
 It is used by the function `file-name-completion'.
-                                                                                        */ );
+                                                       */ );
        Vcompletion_ignored_extensions = Qnil;
 
        DEFVAR_LISP("directory-files-no-trivial-p",
        Vcompletion_ignored_extensions = Qnil;
 
        DEFVAR_LISP("directory-files-no-trivial-p",