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 --- shmscope.h | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'shmscope.h') diff --git a/shmscope.h b/shmscope.h index dc4a40d..c045d81 100644 --- a/shmscope.h +++ b/shmscope.h @@ -12,15 +12,14 @@ #define printfield(a,b,c,d,e) if (Verbose > 1) PrintField(a,b,c,d,e) -extern void MitshmQueryVersion (FD fd, const unsigned char *buf); -extern void MitshmQueryVersionReply (FD fd, const unsigned char *buf); -extern void MitshmAttach (FD fd, const unsigned char *buf); -extern void MitshmDetach (FD fd, const unsigned char *buf); -extern void MitshmPutImage (FD fd, const unsigned char *buf); -extern void MitshmGetImage (FD fd, const unsigned char *buf); -extern void MitshmGetImageReply (FD fd, const unsigned char *buf); -extern void MitshmCreatePixmap (FD fd, const unsigned char *buf); -extern void MitshmShmSegError (FD fd, const unsigned char *buf); +extern void MitshmQueryVersion(FD fd, const unsigned char *buf); +extern void MitshmQueryVersionReply(FD fd, const unsigned char *buf); +extern void MitshmAttach(FD fd, const unsigned char *buf); +extern void MitshmDetach(FD fd, const unsigned char *buf); +extern void MitshmPutImage(FD fd, const unsigned char *buf); +extern void MitshmGetImage(FD fd, const unsigned char *buf); +extern void MitshmGetImageReply(FD fd, const unsigned char *buf); +extern void MitshmCreatePixmap(FD fd, const unsigned char *buf); +extern void MitshmShmSegError(FD fd, const unsigned char *buf); #endif - -- cgit v1.2.1