From b8160915909e59fc65cc08855fb32fee6f5d89ad Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 8 Jul 2012 11:58:20 -0700 Subject: 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 --- wcpscope.h | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'wcpscope.h') diff --git a/wcpscope.h b/wcpscope.h index 03a1f71..eab60b6 100644 --- a/wcpscope.h +++ b/wcpscope.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD. * 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 + * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * * Author: Keith Packard, Network Computing Devices @@ -35,15 +35,14 @@ #define printfield(a,b,c,d,e) if (Verbose > 1) PrintField(a,b,c,d,e) -extern void WcpQueryVersion (FD fd, const unsigned char *buf); -extern void WcpQueryVersionReply (FD fd, const unsigned char *buf); -extern void WcpPutImage (FD fd, const unsigned char *buf); -extern void WcpGetImage (FD fd, const unsigned char *buf); -extern void WcpGetImageReply (FD fd, const unsigned char *buf); -extern void WcpCreateColorCursor (FD fd, const unsigned char *buf); -extern void WcpCreateLut (FD fd, const unsigned char *buf); -extern void WcpFreeLut (FD fd, const unsigned char *buf); -extern void WcpCopyArea (FD fd, const unsigned char *buf); +extern void WcpQueryVersion(FD fd, const unsigned char *buf); +extern void WcpQueryVersionReply(FD fd, const unsigned char *buf); +extern void WcpPutImage(FD fd, const unsigned char *buf); +extern void WcpGetImage(FD fd, const unsigned char *buf); +extern void WcpGetImageReply(FD fd, const unsigned char *buf); +extern void WcpCreateColorCursor(FD fd, const unsigned char *buf); +extern void WcpCreateLut(FD fd, const unsigned char *buf); +extern void WcpFreeLut(FD fd, const unsigned char *buf); +extern void WcpCopyArea(FD fd, const unsigned char *buf); #endif - -- cgit v1.2.1