Remove trailing white spaces
Obtained from: NetBSD (1.16)
This commit is contained in:
parent
f8d314e7c6
commit
34b549fdf3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101026
@ -9,6 +9,8 @@
|
||||
* 1.12 not needed rcsids
|
||||
* 1.13 already merged extra arg to usbd_do_request_flags
|
||||
* 1.14 needed sony and palm support
|
||||
* 1.15 needed sony clie
|
||||
* 1.16 merged trailing whites
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -76,6 +78,10 @@
|
||||
#define DPRINTF(x) if (uvisordebug) printf x
|
||||
#define DPRINTFN(n,x) if (uvisordebug>(n)) printf x
|
||||
int uvisordebug = 0;
|
||||
#ifdef SYSCTL_DECL
|
||||
SYSCTL_INT(_debug_usb, OID_AUTO, uvisor, CTLFLAG_RW,
|
||||
&uvisordebug, 0, "uvisor debug level");
|
||||
#endif
|
||||
#else
|
||||
#define DPRINTF(x)
|
||||
#define DPRINTFN(n,x)
|
||||
|
Loading…
Reference in New Issue
Block a user