* Removed as wordy as superfluous debug output prefix.

* Automatic whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42193 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2011-06-15 19:29:51 +00:00
parent 59236b809b
commit 4b252842da
@@ -66,7 +66,7 @@
#define IFMEDIA_DEBUG
#ifdef IFMEDIA_DEBUG
# define TRACE(x...) dprintf("BSD_IFMEDIA_DEBUG: " x)
# define TRACE(x...) dprintf(x)
#else
# define TRACE(x...) ;
#endif