Author: hselasky
Date: Mon Jan 28 10:52:24 2013
New Revision: 246027
URL: http://svnweb.freebsd.org/changeset/base/246027

Log:
  Remove some extra and not needed space characters.
  
  MFC after:    1 week

Modified:
  head/sys/dev/usb/template/usb_template_audio.c
  head/sys/dev/usb/template/usb_template_kbd.c
  head/sys/dev/usb/template/usb_template_modem.c

Modified: head/sys/dev/usb/template/usb_template_audio.c
==============================================================================
--- head/sys/dev/usb/template/usb_template_audio.c      Mon Jan 28 09:47:00 
2013        (r246026)
+++ head/sys/dev/usb/template/usb_template_audio.c      Mon Jan 28 10:52:24 
2013        (r246027)
@@ -70,7 +70,7 @@ enum {
 #define        STRING_AUDIO_PRODUCT \
   'A', 0, 'u', 0, 'd', 0, 'i', 0, 'o', 0, ' ', 0, \
   'T', 0, 'e', 0, 's', 0, 't', 0, ' ', 0, \
-  'D', 0, 'e', 0, 'v', 0, 'i', 0, 'c', 0, 'e', 0, ' ', 0, 
+  'D', 0, 'e', 0, 'v', 0, 'i', 0, 'c', 0, 'e', 0,
 
 #define        STRING_AUDIO_MIXER \
   'M', 0, 'i', 0, 'x', 0, 'e', 0, 'r', 0, ' ', 0, \

Modified: head/sys/dev/usb/template/usb_template_kbd.c
==============================================================================
--- head/sys/dev/usb/template/usb_template_kbd.c        Mon Jan 28 09:47:00 
2013        (r246026)
+++ head/sys/dev/usb/template/usb_template_kbd.c        Mon Jan 28 10:52:24 
2013        (r246027)
@@ -68,7 +68,7 @@ enum {
 #define        STRING_PRODUCT \
   'K', 0, 'e', 0, 'y', 0, 'b', 0, 'o', 0, 'a', 0, 'r', 0, 'd', 0, ' ', 0, \
   'T', 0, 'e', 0, 's', 0, 't', 0, ' ', 0, \
-  'D', 0, 'e', 0, 'v', 0, 'i', 0, 'c', 0, 'e', 0, ' ', 0, 
+  'D', 0, 'e', 0, 'v', 0, 'i', 0, 'c', 0, 'e', 0,
 
 #define        STRING_KEYBOARD \
   'K', 0, 'e', 0, 'y', 0, 'b', 0, 'o', 0, 'a', 0, 'r', 0, 'd', 0, ' ', 0, \

Modified: head/sys/dev/usb/template/usb_template_modem.c
==============================================================================
--- head/sys/dev/usb/template/usb_template_modem.c      Mon Jan 28 09:47:00 
2013        (r246026)
+++ head/sys/dev/usb/template/usb_template_modem.c      Mon Jan 28 10:52:24 
2013        (r246027)
@@ -68,7 +68,7 @@ enum {
 #define        STRING_PRODUCT \
   'M', 0, 'o', 0, 'd', 0, 'e', 0, 'm', 0, ' ', 0, \
   'T', 0, 'e', 0, 's', 0, 't', 0, ' ', 0, \
-  'D', 0, 'e', 0, 'v', 0, 'i', 0, 'c', 0, 'e', 0, ' ', 0, 
+  'D', 0, 'e', 0, 'v', 0, 'i', 0, 'c', 0, 'e', 0,
 
 #define        STRING_MODEM \
   'M', 0, 'o', 0, 'd', 0, 'e', 0, 'm', 0, ' ', 0, \
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to