diff options
| author | Juanma Barranquero | 2011-09-09 03:06:52 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2011-09-09 03:06:52 +0200 |
| commit | 5e617bc2b62189768814fafd1a875e89a094d3ef (patch) | |
| tree | d96d22e012035d044557abf4de0b8e30b03d61b7 /src/fileio.c | |
| parent | 9b1c252e294bed3aef0d2f2fc5d1fa9f72df9ee8 (diff) | |
| download | emacs-5e617bc2b62189768814fafd1a875e89a094d3ef.tar.gz emacs-5e617bc2b62189768814fafd1a875e89a094d3ef.zip | |
Whitespace changes.
Diffstat (limited to 'src/fileio.c')
| -rw-r--r-- | src/fileio.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fileio.c b/src/fileio.c index fe0fb593208..2b31e18442b 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -1472,7 +1472,7 @@ search_embedded_absfilename (char *nm, char *endp) | |||
| 1472 | if ((0 | 1472 | if ((0 |
| 1473 | || IS_DIRECTORY_SEP (p[-1])) | 1473 | || IS_DIRECTORY_SEP (p[-1])) |
| 1474 | && file_name_absolute_p (p) | 1474 | && file_name_absolute_p (p) |
| 1475 | #if defined (WINDOWSNT) || defined(CYGWIN) | 1475 | #if defined (WINDOWSNT) || defined (CYGWIN) |
| 1476 | /* // at start of file name is meaningful in Apollo, | 1476 | /* // at start of file name is meaningful in Apollo, |
| 1477 | WindowsNT and Cygwin systems. */ | 1477 | WindowsNT and Cygwin systems. */ |
| 1478 | && !(IS_DIRECTORY_SEP (p[0]) && p - 1 == nm) | 1478 | && !(IS_DIRECTORY_SEP (p[0]) && p - 1 == nm) |
| @@ -2497,7 +2497,7 @@ See also `file-exists-p' and `file-attributes'. */) | |||
| 2497 | 2497 | ||
| 2498 | absname = ENCODE_FILE (absname); | 2498 | absname = ENCODE_FILE (absname); |
| 2499 | 2499 | ||
| 2500 | #if defined(DOS_NT) || defined(macintosh) | 2500 | #if defined (DOS_NT) || defined (macintosh) |
| 2501 | /* Under MS-DOS, Windows, and Macintosh, open does not work for | 2501 | /* Under MS-DOS, Windows, and Macintosh, open does not work for |
| 2502 | directories. */ | 2502 | directories. */ |
| 2503 | if (access (SDATA (absname), 0) == 0) | 2503 | if (access (SDATA (absname), 0) == 0) |
| @@ -2782,7 +2782,7 @@ if file does not exist, is not accessible, or SELinux is disabled */) | |||
| 2782 | } | 2782 | } |
| 2783 | #endif | 2783 | #endif |
| 2784 | 2784 | ||
| 2785 | return Flist (sizeof(values) / sizeof(values[0]), values); | 2785 | return Flist (sizeof (values) / sizeof (values[0]), values); |
| 2786 | } | 2786 | } |
| 2787 | 2787 | ||
| 2788 | DEFUN ("set-file-selinux-context", Fset_file_selinux_context, | 2788 | DEFUN ("set-file-selinux-context", Fset_file_selinux_context, |
| @@ -2853,7 +2853,7 @@ is disabled. */) | |||
| 2853 | context_free (parsed_con); | 2853 | context_free (parsed_con); |
| 2854 | } | 2854 | } |
| 2855 | else | 2855 | else |
| 2856 | report_file_error("Doing lgetfilecon", Fcons (absname, Qnil)); | 2856 | report_file_error ("Doing lgetfilecon", Fcons (absname, Qnil)); |
| 2857 | 2857 | ||
| 2858 | if (con) | 2858 | if (con) |
| 2859 | freecon (con); | 2859 | freecon (con); |