summaryrefslogtreecommitdiff
path: root/lbxscope.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2012-07-08 11:58:20 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2012-07-21 23:47:00 -0700
commitb8160915909e59fc65cc08855fb32fee6f5d89ad (patch)
tree4cb5717e10917d33b66c88a34398b55d31392eb2 /lbxscope.h
parent5b30118f1504fb065cf0b4aca150703834881d9e (diff)
downloadxscope-b8160915909e59fc65cc08855fb32fee6f5d89ad.tar.gz
Convert to X.Org standard indentation & cleanup whitespace
Performed with util/modular/x-indent-all.sh, followed by manual fixups Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'lbxscope.h')
-rw-r--r--lbxscope.h39
1 files changed, 19 insertions, 20 deletions
diff --git a/lbxscope.h b/lbxscope.h
index 267033e..f32b396 100644
--- a/lbxscope.h
+++ b/lbxscope.h
@@ -3,18 +3,18 @@ Copyright 1990, 1991 by Sun Microsystems, Inc. and the X Consortium.
All Rights Reserved
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
+both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Sun Microsystems,
-the X Consortium, and MIT not be used in advertising or publicity
-pertaining to distribution of the software without specific, written
-prior permission.
+the X Consortium, and MIT not be used in advertising or publicity
+pertaining to distribution of the software without specific, written
+prior permission.
-SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
-INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
-SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
+SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
+SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
@@ -39,16 +39,15 @@ SOFTWARE.
extern unsigned char LBXEvent;
-extern void LbxQueryVersion (FD fd, const unsigned char *buf);
-extern void LbxQueryVersionReply (FD fd, const unsigned char *buf);
-extern void LbxStartProxy (FD fd, const unsigned char *buf);
-extern void LbxStopProxy (FD fd, const unsigned char *buf);
-extern void LbxNewClient (FD fd, const unsigned char *buf);
-extern void LbxCloseClient (FD fd, const unsigned char *buf);
-extern void LbxSwitch (FD fd, const unsigned char *buf);
-extern void LbxModifySequence (FD fd, const unsigned char *buf);
-extern void LbxSwitchEvent (FD fd, const unsigned char *buf);
-extern void LbxCloseEvent (FD fd, const unsigned char *buf);
+extern void LbxQueryVersion(FD fd, const unsigned char *buf);
+extern void LbxQueryVersionReply(FD fd, const unsigned char *buf);
+extern void LbxStartProxy(FD fd, const unsigned char *buf);
+extern void LbxStopProxy(FD fd, const unsigned char *buf);
+extern void LbxNewClient(FD fd, const unsigned char *buf);
+extern void LbxCloseClient(FD fd, const unsigned char *buf);
+extern void LbxSwitch(FD fd, const unsigned char *buf);
+extern void LbxModifySequence(FD fd, const unsigned char *buf);
+extern void LbxSwitchEvent(FD fd, const unsigned char *buf);
+extern void LbxCloseEvent(FD fd, const unsigned char *buf);
#endif
-