Fix gcc4 build (using __FUNCTION__), and more whitespaces cleanups...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26804 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Ruiz Dorantes
2008-08-04 20:13:03 +00:00
parent 859039e124
commit 5c78f79f3a
3 changed files with 174 additions and 174 deletions
@@ -109,7 +109,7 @@ get_expected_size(net_buffer* nbuf)
} }
default: default:
panic(BLUETOOTH_DEVICE_DEVFS_NAME "no protocol specified for " __FUNCTION__); panic(BLUETOOTH_DEVICE_DEVFS_NAME ":no protocol specified for ");
break; break;
} }