1
0
Fork 0
forked from len0rd/rockbox

Fix tabs in .c and .h files in firmware/

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29832 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2011-05-08 11:37:18 +00:00
parent 897fd92827
commit 9c33dca647
6 changed files with 18 additions and 18 deletions

View file

@ -35,7 +35,7 @@ void debugf(const char *fmt, ...)
{
va_list ap;
va_start(ap, fmt);
__android_log_vprint(ANDROID_LOG_DEBUG, LOG_TAG, fmt, ap);
__android_log_vprint(ANDROID_LOG_DEBUG, LOG_TAG, fmt, ap);
va_end(ap);
}