diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-16 16:34:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-16 16:34:34 +0000 |
commit | a58972613fe77fc2e2cd9b6d4294984d52a3aee9 (patch) | |
tree | 3f1937314b3f71a2914ecc18298b1936a1543fed /usr.bin | |
parent | af459e5f10c07e63ce38f30d9900a1c99408a27d (diff) |
spacing
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/pctr/pctr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/pctr/pctr.c b/usr.bin/pctr/pctr.c index 43ab627eeed..108e7692540 100644 --- a/usr.bin/pctr/pctr.c +++ b/usr.bin/pctr/pctr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pctr.c,v 1.18 2007/11/16 15:03:31 mikeb Exp $ */ +/* $OpenBSD: pctr.c,v 1.19 2007/11/16 16:34:33 deraadt Exp $ */ /* * Copyright (c) 2007 Mike Belopuhov, Aleksey Lomovtsev @@ -55,8 +55,8 @@ static int Mflag, Eflag, Sflag, Iflag, Aflag; static void pctr_cpu_creds(void); static char *pctr_fn2str(u_int32_t); static void pctr_printvals(struct pctrst *); -static int pctr_read(struct pctrst *); -static int pctr_write(int, u_int32_t); +static int pctr_read(struct pctrst *); +static int pctr_write(int, u_int32_t); static void pctr_list_fnct(void); static int pctr_set_cntr(void); static void usage(void); |