From e128b5ade855ddf8aa6e5e14f18430bd1bd79edf Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 21 Jul 2017 20:52:35 +0200 Subject: [PATCH] /: Some minimal whitespace cleanup. --- include/glob.h | 3 +-- sys/sys/time.h | 38 +++++++++++++++++++------------------- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/include/glob.h b/include/glob.h index ecc8fd6f32..d6852bccb0 100644 --- a/include/glob.h +++ b/include/glob.h @@ -31,7 +31,6 @@ * * @(#)glob.h 8.1 (Berkeley) 6/2/93 * $FreeBSD: src/include/glob.h,v 1.10 2006/05/22 05:57:39 ache Exp $ - * $DragonFly: src/include/glob.h,v 1.4 2005/12/07 02:28:15 corecode Exp $ */ #ifndef _GLOB_H_ @@ -95,7 +94,7 @@ typedef struct { #define GLOB_PERIOD 0x4000 /* Names with leading dots match as well */ /* source compatibility, these are the old names */ -#define GLOB_MAXPATH GLOB_LIMIT +#define GLOB_MAXPATH GLOB_LIMIT #define GLOB_ABEND GLOB_ABORTED #endif /* __BSD_VISIBLE */ diff --git a/sys/sys/time.h b/sys/sys/time.h index e6e70eb411..09336d6dcc 100644 --- a/sys/sys/time.h +++ b/sys/sys/time.h @@ -196,29 +196,29 @@ extern time_t ntp_leap_second; extern int ntp_leap_insert; void initclocks_pcpu(void); -void getmicrouptime (struct timeval *tv); -void getmicrotime (struct timeval *tv); -void getnanouptime (struct timespec *tv); -void getnanotime (struct timespec *tv); -int itimerdecr (struct itimerval *itp, int usec); -int itimerfix (struct timeval *tv); -int itimespecfix (struct timespec *ts); -int ppsratecheck (struct timeval *, int *, int usec); -int ratecheck (struct timeval *, const struct timeval *); -void microuptime (struct timeval *tv); -void microtime (struct timeval *tv); -void nanouptime (struct timespec *ts); -void nanotime (struct timespec *ts); +void getmicrouptime(struct timeval *tv); +void getmicrotime(struct timeval *tv); +void getnanouptime(struct timespec *tv); +void getnanotime(struct timespec *tv); +int itimerdecr(struct itimerval *itp, int usec); +int itimerfix(struct timeval *tv); +int itimespecfix(struct timespec *ts); +int ppsratecheck(struct timeval *, int *, int usec); +int ratecheck(struct timeval *, const struct timeval *); +void microuptime(struct timeval *tv); +void microtime(struct timeval *tv); +void nanouptime(struct timespec *ts); +void nanotime(struct timespec *ts); time_t get_approximate_time_t(void); void set_timeofday(struct timespec *ts); void kern_adjtime(int64_t, int64_t *); void kern_reladjtime(int64_t); -void timevaladd (struct timeval *, const struct timeval *); -void timevalsub (struct timeval *, const struct timeval *); -int tvtohz_high (struct timeval *); -int tvtohz_low (struct timeval *); -int tstohz_high (struct timespec *); -int tstohz_low (struct timespec *); +void timevaladd(struct timeval *, const struct timeval *); +void timevalsub(struct timeval *, const struct timeval *); +int tvtohz_high(struct timeval *); +int tvtohz_low(struct timeval *); +int tstohz_high(struct timespec *); +int tstohz_low(struct timespec *); int64_t tsc_get_target(int ns); int tsc_test_target(int64_t target); void tsc_delay(int ns); -- 2.11.4.GIT