]> The Tcpdump Group git mirrors - libpcap/commitdiff
Cleaning spaces
authorFrancois-Xavier Le Bail <[email protected]>
Fri, 8 Nov 2019 16:08:21 +0000 (17:08 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Fri, 8 Nov 2019 16:08:21 +0000 (17:08 +0100)
[skip ci]

aclocal.m4
configure
configure.ac
missing/getopt.c
pcap-sita.html
rpcapd/rpcapd.c

index 6e7937c14981caf800a9046bb2a6bf29e396d637..df426aa5c34b3e891a2344a63daa32b39078a766 100644 (file)
@@ -485,7 +485,7 @@ AC_DEFUN(AC_LBL_SHLIBS_INIT,
                    ;;
 
            freebsd*|netbsd*|openbsd*|dragonfly*|linux*|osf*|haiku*|midipix*)
-                   #
+                   #
                    # Platforms where the linker is the GNU linker
                    # or accepts command-line arguments like
                    # those the GNU linker accepts.
@@ -514,7 +514,7 @@ AC_DEFUN(AC_LBL_SHLIBS_INIT,
 
            hpux*)
                    V_SHLIB_CCOPT="$V_SHLIB_CCOPT -fpic"
-                   #
+                   #
                    # XXX - this assumes GCC is using the HP linker,
                    # rather than the GNU linker, and that the "+h"
                    # option is used on all HP-UX platforms, both .sl
@@ -590,7 +590,7 @@ AC_DEFUN(AC_LBL_SHLIBS_INIT,
                    ;;
 
            osf*)
-                   #
+                   #
                    # Presumed to be DEC OSF/1, Digital UNIX, or
                    # Tru64 UNIX.
                    #
index b2b8ebae49ef6c72df0685ab43fb388af0005b5c..4cfb735e4023881fca36375414e56981031f00b1 100755 (executable)
--- a/configure
+++ b/configure
@@ -4314,7 +4314,7 @@ $as_echo "#define const /**/" >>confdefs.h
                    ;;
 
            freebsd*|netbsd*|openbsd*|dragonfly*|linux*|osf*|haiku*|midipix*)
-                   #
+                   #
                    # Platforms where the linker is the GNU linker
                    # or accepts command-line arguments like
                    # those the GNU linker accepts.
@@ -4343,7 +4343,7 @@ $as_echo "#define const /**/" >>confdefs.h
 
            hpux*)
                    V_SHLIB_CCOPT="$V_SHLIB_CCOPT -fpic"
-                   #
+                   #
                    # XXX - this assumes GCC is using the HP linker,
                    # rather than the GNU linker, and that the "+h"
                    # option is used on all HP-UX platforms, both .sl
@@ -4419,7 +4419,7 @@ $as_echo "#define const /**/" >>confdefs.h
                    ;;
 
            osf*)
-                   #
+                   #
                    # Presumed to be DEC OSF/1, Digital UNIX, or
                    # Tru64 UNIX.
                    #
@@ -6739,7 +6739,7 @@ if test "x$ac_cv_lib_dlpi_dlpi_walk" = xyes; then :
                        # Capture module plus common code needed for
                        # common functions used by pcap-[dlpi,libdlpi].c
                        #
-                       PLATFORM_C_SRC="pcap-libdlpi.c dlpisubs.c"
+                       PLATFORM_C_SRC="pcap-libdlpi.c dlpisubs.c"
 
 $as_echo "#define HAVE_LIBDLPI 1" >>confdefs.h
 
@@ -6752,7 +6752,7 @@ else
                        # Capture module plus common code needed for
                        # common functions used by pcap-[dlpi,libdlpi].c
                        #
-                       PLATFORM_C_SRC="pcap-dlpi.c dlpisubs.c"
+                       PLATFORM_C_SRC="pcap-dlpi.c dlpisubs.c"
 
 fi
 
@@ -7842,7 +7842,7 @@ $as_echo "#define HAVE_DAG_API 1" >>confdefs.h
                fi
 
                if test "$want_dag" = yes; then
-                       # User wanted DAG support but we couldn't find it.
+                       # User wanted DAG support but we couldn't find it.
                        as_fn_error $? "DAG support requested with --with-dag, but the DAG headers weren't found at $dag_include_dir: make sure the DAG support is installed, specify a different path or paths if necessary, or don't request DAG support" "$LINENO" 5
                fi
        fi
@@ -7928,7 +7928,7 @@ $as_echo "no" >&6; }
                fi
 
                if test "$want_septel" = yes; then
-                       # User wanted Septel support but we couldn't find it.
+                       # User wanted Septel support but we couldn't find it.
                        as_fn_error $? "Septel support requested with --with-septel, but the Septel headers weren't found at $septel_include_dir: make sure the Septel support is installed, specify a different path or paths if necessary, or don't request Septel support" "$LINENO" 5
                fi
        fi
@@ -8183,7 +8183,7 @@ $as_echo "#define HAVE_TC_API 1" >>confdefs.h
 $as_echo "no" >&6; }
 
                if test "$want_turbocap" = yes; then
-                       # User wanted Turbo support but we couldn't find it.
+                       # User wanted Turbo support but we couldn't find it.
                        as_fn_error $? "TurboCap support requested with --with-turbocap, but the TurboCap headers weren't found: make sure the TurboCap support is installed or don't request TurboCap support" "$LINENO" 5
                fi
        fi
@@ -11395,7 +11395,7 @@ $as_echo "#define PCAP_SUPPORT_DPDK 1" >>confdefs.h
                fi
 
                if test "$want_dpdk" = yes; then
-                       # User wanted DPDK support but we couldn't find it.
+                       # User wanted DPDK support but we couldn't find it.
                        as_fn_error $? "DPDK support requested with --with-pcap=dpdk, but the DPDK headers weren't found at $dpdk_inc_dir: make sure the DPDK support is installed, specify a different path or paths if necessary, or don't request DPDK support" "$LINENO" 5
                fi
        fi
index b60a8cc19b2f024e324859caf52799ea2be80721..a41abaf354a7cb9f5bda923ef89e315f8f5e4407 100644 (file)
@@ -778,7 +778,7 @@ dlpi)
                        # Capture module plus common code needed for
                        # common functions used by pcap-[dlpi,libdlpi].c
                        #
-                       PLATFORM_C_SRC="pcap-libdlpi.c dlpisubs.c"
+                       PLATFORM_C_SRC="pcap-libdlpi.c dlpisubs.c"
                        AC_DEFINE(HAVE_LIBDLPI,1,[if libdlpi exists])
                ],
                [
@@ -788,7 +788,7 @@ dlpi)
                        # Capture module plus common code needed for
                        # common functions used by pcap-[dlpi,libdlpi].c
                        #
-                       PLATFORM_C_SRC="pcap-dlpi.c dlpisubs.c"
+                       PLATFORM_C_SRC="pcap-dlpi.c dlpisubs.c"
                ])
        LDFLAGS=$saved_ldflags
 
@@ -1310,7 +1310,7 @@ if test "$want_dag" != no; then
                fi
 
                if test "$want_dag" = yes; then
-                       # User wanted DAG support but we couldn't find it.
+                       # User wanted DAG support but we couldn't find it.
                        AC_MSG_ERROR([DAG support requested with --with-dag, but the DAG headers weren't found at $dag_include_dir: make sure the DAG support is installed, specify a different path or paths if necessary, or don't request DAG support])
                fi
        fi
@@ -1386,7 +1386,7 @@ if test "$with_septel" != no; then
                fi
 
                if test "$want_septel" = yes; then
-                       # User wanted Septel support but we couldn't find it.
+                       # User wanted Septel support but we couldn't find it.
                        AC_MSG_ERROR([Septel support requested with --with-septel, but the Septel headers weren't found at $septel_include_dir: make sure the Septel support is installed, specify a different path or paths if necessary, or don't request Septel support])
                fi
        fi
@@ -1565,7 +1565,7 @@ if test "$want_turbocap" != no; then
                AC_MSG_RESULT(no)
 
                if test "$want_turbocap" = yes; then
-                       # User wanted Turbo support but we couldn't find it.
+                       # User wanted Turbo support but we couldn't find it.
                        AC_MSG_ERROR([TurboCap support requested with --with-turbocap, but the TurboCap headers weren't found: make sure the TurboCap support is installed or don't request TurboCap support])
                fi
        fi
@@ -2455,7 +2455,7 @@ AC_INCLUDES_DEFAULT
                fi
 
                if test "$want_dpdk" = yes; then
-                       # User wanted DPDK support but we couldn't find it.
+                       # User wanted DPDK support but we couldn't find it.
                        AC_MSG_ERROR([DPDK support requested with --with-pcap=dpdk, but the DPDK headers weren't found at $dpdk_inc_dir: make sure the DPDK support is installed, specify a different path or paths if necessary, or don't request DPDK support])
                fi
        fi
index a3d50cb3180b05d1bc7407be507df5163aeeb256..c535776d849ca2bc95ee348df050b404742f8750 100644 (file)
@@ -123,7 +123,7 @@ getopt(int nargc, char * const *nargv, const char *ostr)
                                    __progname, optopt);
                        return (BADCH);
                }
-               else                            /* white space */
+               else                            /* white space */
                        optarg = nargv[optind];
                place = EMSG;
                ++optind;
index 4a8fe1a27e8afeefae2861ec0ce63e193bb7a130..2be0bf817912412593ff5c081e1c2e90f1756b27 100644 (file)
@@ -635,7 +635,7 @@ A { text-decoration:none }
                                                <TD VALIGN=TOP>BPF program</TD>
                                                <TD VALIGN=TOP ALIGN=CENTER>'n'</TD>
                                                <TD VALIGN=TOP>8 bytes of each command (repeated 'n' times).<BR>
-                                                                       Each command consists of that C-style structure which contains:
+                                                                       Each command consists of that C-style structure which contains:
                                                        <P>
                                                        <TABLE BORDER=1 CELLSPACING=0 CELLPADDING=3>
                                                                <TR>
index ecb88955d3c68a6ba0585805eda175babf5c6273..bfb6e6a0981e8b4322733b0547b9a02b2af6b3d8 100644 (file)
@@ -965,8 +965,8 @@ accept_connections(void)
                                //
                                // Did an error occur?
                                //
-                               if (network_events.iErrorCode[FD_ACCEPT_BIT] != 0)
-                               {
+                               if (network_events.iErrorCode[FD_ACCEPT_BIT] != 0)
+                               {
                                        //
                                        // Yes - report it and keep going.
                                        //