Style cleanup. Please at least try to...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28953 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2009-01-19 12:33:59 +00:00
parent c2177fe861
commit a8b0095433

View File

@ -1,5 +1,5 @@
/*
* Copyright 2008, Haiku Inc. All rights reserved.
* Copyright 2008-2009, Haiku Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
@ -983,7 +983,8 @@ usb_disk_ioctl(void *cookie, uint32 op, void *buffer, size_t length)
break;
case B_GET_ICON_NAME:
result = user_strlcpy((char*)buffer, "devices/drive-removable-media-usb", B_FILE_NAME_LENGTH);
result = user_strlcpy((char *)buffer,
"devices/drive-removable-media-usb", B_FILE_NAME_LENGTH);
break;
case B_GET_VECTOR_ICON: