[PATCH libICE 5/7] Remove unneeded ^L symbols.

Emil Velikov emil.l.velikov at gmail.com
Sun May 8 08:19:34 UTC 2016


Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 src/ICElibint.h |  4 ++--
 src/authutil.c  | 16 ++++++++--------
 src/connect.c   |  4 ++--
 src/error.c     |  8 ++++----
 src/getauth.c   | 10 +++++-----
 src/iceauth.c   |  4 ++--
 src/listen.c    | 12 ++++++------
 src/listenwk.c  |  2 +-
 src/misc.c      | 18 +++++++++---------
 src/process.c   | 40 ++++++++++++++++++++--------------------
 src/register.c  |  2 +-
 src/replywait.c |  6 +++---
 src/setauth.c   |  2 +-
 src/shutdown.c  |  8 ++++----
 src/watch.c     |  6 +++---
 15 files changed, 71 insertions(+), 71 deletions(-)

diff --git a/src/ICElibint.h b/src/ICElibint.h
index b4f8db5..9a5a41a 100644
--- a/src/ICElibint.h
+++ b/src/ICElibint.h
@@ -244,7 +244,7 @@ typedef struct {
 }
 
 
-
+
 /*
  * Byte swapping
  */
@@ -259,7 +259,7 @@ typedef struct {
 #define lswaps(_val) ((((_val) & 0xff) << 8) | (((_val) >> 8) & 0xff))
 
 
-
+
 /*
  * ICE replies (not processed via callbacks because we block)
  */
diff --git a/src/authutil.c b/src/authutil.c
index 3c55827..a2b0ea6 100644
--- a/src/authutil.c
+++ b/src/authutil.c
@@ -56,7 +56,7 @@ static Status write_string (FILE *file, const char *string);
 static Status write_counted_string (FILE *file, unsigned short count, const char *string);
 
 
-
+
 /*
  * The following routines are for manipulating the .ICEauthority file
  * These are utility functions - they are not part of the standard
@@ -125,7 +125,7 @@ IceAuthFileName (void)
 }
 
 
-
+
 int
 IceLockAuthFile (
 	const char *file_name,
@@ -199,7 +199,7 @@ IceLockAuthFile (
 }
 
 
-
+
 void
 IceUnlockAuthFile (
 	const char	*file_name
@@ -222,7 +222,7 @@ IceUnlockAuthFile (
 }
 
 
-
+
 IceAuthFileEntry *
 IceReadAuthFileEntry (
 	FILE	*auth_file
@@ -273,7 +273,7 @@ IceReadAuthFileEntry (
 }
 
 
-
+
 void
 IceFreeAuthFileEntry (
 	IceAuthFileEntry	*auth
@@ -291,7 +291,7 @@ IceFreeAuthFileEntry (
 }
 
 
-
+
 Status
 IceWriteAuthFileEntry (
 	FILE			*auth_file,
@@ -319,7 +319,7 @@ IceWriteAuthFileEntry (
 }
 
 
-
+
 IceAuthFileEntry *
 IceGetAuthFileEntry (
 	const char	*protocol_name,
@@ -361,7 +361,7 @@ IceGetAuthFileEntry (
 }
 
 
-
+
 /*
  * local routines
  */
diff --git a/src/connect.c b/src/connect.c
index 8b08b91..086b7f3 100644
--- a/src/connect.c
+++ b/src/connect.c
@@ -421,7 +421,7 @@ IceOpenConnection (
 }
 
 
-
+
 IcePointer
 IceGetConnectionContext (
 	IceConn    iceConn
@@ -431,7 +431,7 @@ IceGetConnectionContext (
 }
 
 
-
+
 /* ------------------------------------------------------------------------- *
  *                            local routines                                 *
  * ------------------------------------------------------------------------- */
diff --git a/src/error.c b/src/error.c
index 9187256..055452e 100644
--- a/src/error.c
+++ b/src/error.c
@@ -347,7 +347,7 @@ _IceErrorBadMajor (
 }
 
 
-
+
 /*
  * Default error handler.
  */
@@ -562,7 +562,7 @@ _IceDefaultErrorHandler (
 
 IceErrorHandler   _IceErrorHandler   = _IceDefaultErrorHandler;
 
-
+
 /*
  * This procedure sets the ICE error handler to be the specified
  * routine.  If NULL is passed in the default error handler is restored.
@@ -585,7 +585,7 @@ IceSetErrorHandler (
 }
 
 
-
+
 /*
  * Default IO error handler.
  */
@@ -604,7 +604,7 @@ _IceDefaultIOErrorHandler (
 
 IceIOErrorHandler _IceIOErrorHandler = _IceDefaultIOErrorHandler;
 
-
+
 /*
  * This procedure sets the ICE fatal I/O error handler to be the
  * specified routine.  If NULL is passed in the default error
diff --git a/src/getauth.c b/src/getauth.c
index 09e0e1c..abd5644 100644
--- a/src/getauth.c
+++ b/src/getauth.c
@@ -35,7 +35,7 @@ Author: Ralph Mor, X Consortium
 static Bool auth_valid (const char *auth_name, int num_auth_names,
 			const char **auth_names, int *index_ret);
 
-
+
 /*
  * The functions in this file are not a standard part of ICElib.
  *
@@ -83,7 +83,7 @@ _IceGetPoAuthData (
 }
 
 
-
+
 void
 _IceGetPaAuthData (
 	const char	*protocolName,
@@ -122,7 +122,7 @@ _IceGetPaAuthData (
 }
 
 
-
+
 void
 _IceGetPoValidAuthIndices (
 	const char	*protocol_name,
@@ -181,7 +181,7 @@ _IceGetPoValidAuthIndices (
 }
 
 
-
+
 void
 _IceGetPaValidAuthIndices (
 	const char	*protocol_name,
@@ -225,7 +225,7 @@ _IceGetPaValidAuthIndices (
 }
 
 
-
+
 /*
  * local routines
  */
diff --git a/src/iceauth.c b/src/iceauth.c
index ecf9c0c..3768b4f 100644
--- a/src/iceauth.c
+++ b/src/iceauth.c
@@ -48,7 +48,7 @@ static int was_called_state;
  * the SI.  It is not part of standard ICElib.
  */
 
-
+
 char *
 IceGenerateMagicCookie (
 	int len
@@ -95,7 +95,7 @@ IceGenerateMagicCookie (
 }
 
 
-
+
 IcePoAuthStatus
 _IcePoMagicCookie1Proc (
 	IceConn		iceConn,
diff --git a/src/listen.c b/src/listen.c
index 9a449ae..802ea6a 100644
--- a/src/listen.c
+++ b/src/listen.c
@@ -34,7 +34,7 @@ Author: Ralph Mor,  X Consortium
 #include <X11/Xtrans/Xtrans.h>
 #include <stdio.h>
 
-
+
 Status
 IceListenForConnections (
 	int		*countRet,
@@ -156,7 +156,7 @@ IceListenForConnections (
 }
 
 
-
+
 int
 IceGetListenConnectionNumber (
 	IceListenObj listenObj
@@ -166,7 +166,7 @@ IceGetListenConnectionNumber (
 }
 
 
-
+
 char *
 IceGetListenConnectionString (
 	IceListenObj listenObj
@@ -176,7 +176,7 @@ IceGetListenConnectionString (
 }
 
 
-
+
 char *
 IceComposeNetworkIdList (
 	int		count,
@@ -233,7 +233,7 @@ IceComposeNetworkIdList (
 }
 
 
-
+
 void
 IceFreeListenObjs (
 	int	     count,
@@ -253,7 +253,7 @@ IceFreeListenObjs (
 }
 
 
-
+
 /*
  * Allow host based authentication for the ICE Connection Setup.
  * Do not confuse with the host based authentication callbacks that
diff --git a/src/listenwk.c b/src/listenwk.c
index 7517ea8..4050989 100644
--- a/src/listenwk.c
+++ b/src/listenwk.c
@@ -35,7 +35,7 @@ in this Software without prior written authorization from The Open Group.
 #include <X11/Xtrans/Xtrans.h>
 #include <stdio.h>
 
-
+
 Status
 IceListenForWellKnownConnections (
 	char		*port,
diff --git a/src/misc.c b/src/misc.c
index d2e9150..62285e9 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -41,7 +41,7 @@ Author: Ralph Mor, X Consortium
 #include <X11/Xw32defs.h>
 #endif
 
-
+
 /*
  * scratch buffer
  */
@@ -65,7 +65,7 @@ IceAllocScratch (
 }
 
 
-
+
 /*
  * Output/Input buffer functions
  */
@@ -102,7 +102,7 @@ IceGetInBufSize (
 }
 
 
-
+
 /*
  * informational functions
  */
@@ -202,7 +202,7 @@ IceSwapping (
 }
 
 
-
+
 /*
  * Read "n" bytes from a connection.
  *
@@ -302,7 +302,7 @@ _IceRead (
 }
 
 
-
+
 /*
  * If we read a message header with a bad major or minor opcode,
  * we need to advance to the end of the message.  This way, the next
@@ -327,7 +327,7 @@ _IceReadSkip (
 }
 
 
-
+
 /*
  * Write "n" bytes to a connection.
  */
@@ -407,7 +407,7 @@ _IceWrite (
 }
 
 
-
+
 void
 _IceAddOpcodeMapping (
 	IceConn	iceConn,
@@ -489,14 +489,14 @@ _IceAddOpcodeMapping (
 }
 
 
-
+
 char *
 IceGetPeerName (IceConn iceConn)
 {
     return (_IceTransGetPeerNetworkId (iceConn->trans_conn));
 }
 
-
+
 char *
 _IceGetPeerName (IceConn iceConn)
 {
diff --git a/src/process.c b/src/process.c
index 4100a83..c2ce8a1 100644
--- a/src/process.c
+++ b/src/process.c
@@ -111,7 +111,7 @@ asprintf(char ** ret, const char *format, ...)
 }
 #endif
 
-
+
 /*
  * IceProcessMessages:
  *
@@ -430,7 +430,7 @@ IceProcessMessages (
 }
 
 
-
+
 static void
 AuthRequired (
 	IceConn		iceConn,
@@ -457,7 +457,7 @@ AuthRequired (
 }
 
 
-
+
 static void
 AuthReply (
 	IceConn		iceConn,
@@ -482,7 +482,7 @@ AuthReply (
 }
 
 
-
+
 static void
 AuthNextPhase (
 	IceConn		iceConn,
@@ -507,7 +507,7 @@ AuthNextPhase (
 }
 
 
-
+
 static void
 AcceptConnection (
 	IceConn iceConn,
@@ -535,7 +535,7 @@ AcceptConnection (
 }
 
 
-
+
 static void
 AcceptProtocol (
 	IceConn iceConn,
@@ -575,7 +575,7 @@ AcceptProtocol (
 }
 
 
-
+
 static void
 PingReply (
 	IceConn iceConn
@@ -586,7 +586,7 @@ PingReply (
 }
 
 
-
+
 static Bool
 ProcessError (
 	IceConn		 iceConn,
@@ -847,7 +847,7 @@ ProcessError (
 }
 
 
-
+
 static int
 ProcessConnectionSetup (
 	IceConn		iceConn,
@@ -1106,7 +1106,7 @@ ProcessConnectionSetup (
 }
 
 
-
+
 static Bool
 ProcessAuthRequired (
 	IceConn			iceConn,
@@ -1300,7 +1300,7 @@ ProcessAuthRequired (
 }
 
 
-
+
 static int
 ProcessAuthReply (
 	IceConn		iceConn,
@@ -1595,7 +1595,7 @@ ProcessAuthReply (
 }
 
 
-
+
 static Bool
 ProcessAuthNextPhase (
 	IceConn		  	iceConn,
@@ -1727,7 +1727,7 @@ ProcessAuthNextPhase (
 }
 
 
-
+
 static Bool
 ProcessConnectionReply (
 	IceConn			iceConn,
@@ -1829,7 +1829,7 @@ ProcessConnectionReply (
 }
 
 
-
+
 static int
 ProcessProtocolSetup (
 	IceConn		iceConn,
@@ -2226,7 +2226,7 @@ ProcessProtocolSetup (
 }
 
 
-
+
 static Bool
 ProcessProtocolReply (
 	IceConn		  	iceConn,
@@ -2330,7 +2330,7 @@ ProcessProtocolReply (
 }
 
 
-
+
 static int
 ProcessPing (
 	IceConn 	iceConn,
@@ -2346,7 +2346,7 @@ ProcessPing (
 }
 
 
-
+
 static int
 ProcessPingReply (
 	IceConn 	iceConn,
@@ -2375,7 +2375,7 @@ ProcessPingReply (
 }
 
 
-
+
 static int
 ProcessWantToClose (
 	IceConn 	iceConn,
@@ -2434,7 +2434,7 @@ ProcessWantToClose (
 }
 
 
-
+
 static int
 ProcessNoClose (
 	IceConn 	iceConn,
@@ -2462,7 +2462,7 @@ ProcessNoClose (
 }
 
 
-
+
 static void
 _IceProcessCoreMessage (
 	IceConn 	 iceConn,
diff --git a/src/register.c b/src/register.c
index 833714b..aee9b6e 100644
--- a/src/register.c
+++ b/src/register.c
@@ -122,7 +122,7 @@ IceRegisterForProtocolSetup (
 }
 
 
-
+
 int
 IceRegisterForProtocolReply (
 	const char			*protocolName,
diff --git a/src/replywait.c b/src/replywait.c
index b25c351..d87a05a 100644
--- a/src/replywait.c
+++ b/src/replywait.c
@@ -72,7 +72,7 @@ _IceAddReplyWait (
 }
 
 
-
+
 IceReplyWaitInfo *
 _IceSearchReplyWaits (
 	IceConn	iceConn,
@@ -95,7 +95,7 @@ _IceSearchReplyWaits (
 }
 
 
-
+
 void
 _IceSetReplyReady (
 	IceConn			iceConn,
@@ -116,7 +116,7 @@ _IceSetReplyReady (
 }
 
 
-
+
 Bool
 _IceCheckReplyReady (
 	IceConn			iceConn,
diff --git a/src/setauth.c b/src/setauth.c
index 1017b02..04b427f 100644
--- a/src/setauth.c
+++ b/src/setauth.c
@@ -33,7 +33,7 @@ Author: Ralph Mor, X Consortium
 #include "ICElibint.h"
 #include <X11/ICE/ICEutil.h>
 
-
+
 /*
  * IceSetPaAuthData is not a standard part of ICElib, it is specific
  * to the sample implementation.
diff --git a/src/shutdown.c b/src/shutdown.c
index 5def0b4..3fafb10 100644
--- a/src/shutdown.c
+++ b/src/shutdown.c
@@ -82,7 +82,7 @@ IceProtocolShutdown (
 }
 
 
-
+
 void
 IceSetShutdownNegotiation (
 	IceConn     	iceConn,
@@ -93,7 +93,7 @@ IceSetShutdownNegotiation (
 }
 
 
-
+
 Bool
 IceCheckShutdownNegotiation (
 	IceConn     iceConn
@@ -103,7 +103,7 @@ IceCheckShutdownNegotiation (
 }
 
 
-
+
 IceCloseStatus
 IceCloseConnection (
 	IceConn     iceConn
@@ -245,7 +245,7 @@ IceCloseConnection (
 }
 
 
-
+
 void
 _IceFreeConnection (
 	IceConn iceConn
diff --git a/src/watch.c b/src/watch.c
index abbc265..f0c4e30 100644
--- a/src/watch.c
+++ b/src/watch.c
@@ -89,7 +89,7 @@ IceAddConnectionWatch (
 }
 
 
-
+
 void
 IceRemoveConnectionWatch (
 	IceWatchProc	watchProc,
@@ -129,7 +129,7 @@ IceRemoveConnectionWatch (
 }
 
 
-
+
 void
 _IceConnectionOpened (
 	IceConn	iceConn
@@ -163,7 +163,7 @@ _IceConnectionOpened (
 }
 
 
-
+
 void
 _IceConnectionClosed (
 	IceConn	iceConn
-- 
2.8.0



More information about the xorg-devel mailing list