Whitespace cleanup in src/s
authorSteve Youngs <steve@sxemacs.org>
Sat, 28 Jan 2012 06:36:00 +0000 (16:36 +1000)
committerSteve Youngs <steve@sxemacs.org>
Sat, 28 Jan 2012 06:36:00 +0000 (16:36 +1000)
Signed-off-by: Steve Youngs <steve@sxemacs.org>
12 files changed:
src/s/386bsd.h
src/s/darwin.h
src/s/ewsux5r4.h
src/s/hpux.h
src/s/hpux8.h
src/s/hpux9.h
src/s/linux.h
src/s/mach-bsd4-3.h
src/s/ptx.h
src/s/sco4.h
src/s/sunos4-1-1.h
src/s/usg5-4.h

index 52cdbf7..5837938 100644 (file)
@@ -8,7 +8,7 @@
 #undef LIB_STANDARD
 #define LIB_STANDARD "-lc $(GNULIB_VAR)"
 
-/* The following should be set to /netbsd if you are running netbsd > 0.8 
+/* The following should be set to /netbsd if you are running netbsd > 0.8
    Or just link /netbsd -> /386bsd  */
 #undef KERNEL_FILE
 #define KERNEL_FILE "/386bsd"
index 0528e0b..34462b1 100644 (file)
@@ -17,6 +17,6 @@
 #define HAVE_PTYS
 #endif
 
-/* TAB3 is defined in Unix98, but darwin doesn't have it. 
+/* TAB3 is defined in Unix98, but darwin doesn't have it.
    OXTABS is the traditional BSD equivalent. */
 #define TAB3 OXTABS
index bdc5af9..41198d9 100644 (file)
@@ -1,6 +1,6 @@
 /* Synched up with: Mule 2.0.  Not in FSF. */
 
-/* Definitions file for GNU Emacs running on NEC's EWS-UX/V(Rel4.2) 
+/* Definitions file for GNU Emacs running on NEC's EWS-UX/V(Rel4.2)
                                                   (System V Release 4.2) */
 
 #include "usg5-4-2.h"
index ee0523e..a7a5b83 100644 (file)
@@ -164,7 +164,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. */
                assert(sz>=0 && sz<sizeof(pty_name));                   \
        } while(0)
 
-               
+
 
 /* This is how to get the device name of the control end of a pty.  */
 #define PTY_NAME_SPRINTF                                       \
index a7875c9..020dd18 100644 (file)
@@ -60,7 +60,7 @@
    and none have sioctl.h, so might as well define this.  */
 #define NO_SIOCTL_H
 
-#if 0                          /* autoconf should be detecting the presence or absence of 
+#if 0                          /* autoconf should be detecting the presence or absence of
                                   random and srandom now.  */
 /* If you use X11R4 you must define this.  If you use
    X11R5 you must comment this out */
index d4370fe..71f7b7a 100644 (file)
@@ -27,7 +27,7 @@
 #ifndef __GNUC__
 /* Make room for enough symbols, so dispnew.c does not fail.  */
 /* XEmacs: cognot@ensg.u-nancy.fr: C_SWITCH_SYSTEM already defined in hpux8.h,
-                           -D_BSD makes hp CC choke on process.c
+                          -D_BSD makes hp CC choke on process.c
 #define C_SWITCH_SYSTEM "-Wp,-H200000 -D_BSD"
 */
 #undef C_SWITCH_SYSTEM
index 7a8ccd9..9989704 100644 (file)
@@ -129,7 +129,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 #define LIBS_SYSTEM
 #endif
 #ifdef LINUX_ELF
-/* 
+/*
  * everything is pdump now. --SY
  * #define UNEXEC "unexelf.o"
  */
index 30d336e..3553528 100644 (file)
@@ -18,7 +18,7 @@
 #undef SIGNALS_VIA_CHARACTERS
 
 /* XEmacs change */
-/* unistd.h defines _POSIX_VERSION, which leads some things to believe 
+/* unistd.h defines _POSIX_VERSION, which leads some things to believe
    that _POSIX_PATH_MAX should be defined.  Unfortunately, it isn't. */
 #ifndef NOT_C_CODE
 #include <sys/param.h>
index 0a3552b..b4148e5 100644 (file)
@@ -34,7 +34,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 /* PTX has System V streams.  */
 #define SYSV_STREAMS
 
-/* Leave out -lPW since it conflicts with term.o and because we're not sure 
+/* Leave out -lPW since it conflicts with term.o and because we're not sure
    if the alloca found there by autoconf should be trusted on PTX.  */
 #define LIB_STANDARD "-lc"
 
@@ -123,7 +123,7 @@ struct timezone {
   }                                                            \
   strcpy (pty_name, slavename);
 
-/* Define these to prevent the default logic in process.c:allocate_pty 
+/* Define these to prevent the default logic in process.c:allocate_pty
    from being used.  */
 #define PTY_NAME_SPRINTF
 #define PTY_TTY_NAME_SPRINTF
index 44df302..67161ca 100644 (file)
@@ -69,7 +69,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 #define LIBS_SYSTEM "-lsocket -lPW"
 
 /* SCO has gettimeofday in socket library */
-/* Autoconf should determine this, but for now, 
+/* Autoconf should determine this, but for now,
    play safe to avoid error rather than deleting this
    and risking the wrong result.  */
 #ifndef HAVE_GETTIMEOFDAY
index bebc840..35c4e67 100644 (file)
@@ -5,6 +5,6 @@
 /* Rodney Peck <rpeck@nas.nasa.gov>  19940608
    the /usr/lib/libresolv.a in sunos 4.1.1 not really a static library and
    will cause linker errors looking for _GLOBAL_OFFSET_TABLE_.  The resolver
-   routines are in libc however so XEmacs will link without the -lresolv 
+   routines are in libc however so XEmacs will link without the -lresolv
    */
 #undef LIBS_SYSTEM
index 2a3e816..a36d0b3 100644 (file)
@@ -153,7 +153,7 @@ char *ptsname();
     fatal ("ioctl I_PUSH ptem: errno %d\n", errno);    \
   if (ioctl (xforkin, I_PUSH, "ldterm") == -1)         \
     fatal ("ioctl I_PUSH ldterm: errno %d\n", errno);  \
-  if (ioctl (xforkin, I_PUSH, "ttcompat") == -1)       \
+  if (ioctl (xforkin, I_PUSH, "ttcompat") == -1)       \
     fatal ("ioctl I_PUSH ttcompat: errno %d\n", errno);
 
 /* Tell x11term.c and keyboard.c we have the system V streams feature.  */