Module Name:    src
Committed By:   skrll
Date:           Sat Mar 21 06:54:33 UTC 2020

Modified Files:
        src/sys/dev/usb: if_umbreg.h

Log Message:
KNF


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/usb/if_umbreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/if_umbreg.h
diff -u src/sys/dev/usb/if_umbreg.h:1.1 src/sys/dev/usb/if_umbreg.h:1.2
--- src/sys/dev/usb/if_umbreg.h:1.1	Tue Jul 31 16:44:29 2018
+++ src/sys/dev/usb/if_umbreg.h	Sat Mar 21 06:54:32 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_umbreg.h,v 1.1 2018/07/31 16:44:29 khorben Exp $ */
+/*	$NetBSD: if_umbreg.h,v 1.2 2020/03/21 06:54:32 skrll Exp $ */
 /*	$OpenBSD: if_umb.h,v 1.4 2017/04/18 13:27:55 gerhard Exp $ */
 
 /*
@@ -40,7 +40,7 @@ umb_val2descr(const struct umb_valdescr 
 			return vdp->descr;
 		vdp++;
 	}
-	snprintf(sval, sizeof (sval), "#%d", val);
+	snprintf(sval, sizeof(sval), "#%d", val);
 	return sval;
 }
 

Reply via email to