summaryrefslogtreecommitdiff
path: root/bigreqscope.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 /bigreqscope.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 'bigreqscope.h')
-rw-r--r--bigreqscope.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/bigreqscope.h b/bigreqscope.h
index 00e9c08..5bb1e01 100644
--- a/bigreqscope.h
+++ b/bigreqscope.h
@@ -1,7 +1,6 @@
#ifndef _BIGREQSCOPE_H_
#define _BIGREQSCOPE_H_
-
#define BIGREQREQUESTHEADER "BIGREQREQUEST"
#define BIGREQREPLYHEADER "BIGREQREPLY"
@@ -13,8 +12,7 @@
#define printfield(a,b,c,d,e) if (Verbose > 1) PrintField(a,b,c,d,e)
-extern void BigreqEnable (FD fd, const unsigned char *buf);
-extern void BigreqEnableReply (FD fd, const unsigned char *buf);
+extern void BigreqEnable(FD fd, const unsigned char *buf);
+extern void BigreqEnableReply(FD fd, const unsigned char *buf);
#endif
-