summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/android/debug-android.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2011-05-08 11:37:18 +0000
committerBertrik Sikken <bertrik@sikken.nl>2011-05-08 11:37:18 +0000
commit9c33dca6479d41d1745e6007bca97fe11c9b8db1 (patch)
tree54923d3c5ec138041e84acfb46e6469e23763e80 /firmware/target/hosted/android/debug-android.c
parent897fd9282781d2f90dc4193cca908f1b17e00cb0 (diff)
downloadrockbox-9c33dca6479d41d1745e6007bca97fe11c9b8db1.zip
rockbox-9c33dca6479d41d1745e6007bca97fe11c9b8db1.tar.gz
rockbox-9c33dca6479d41d1745e6007bca97fe11c9b8db1.tar.bz2
rockbox-9c33dca6479d41d1745e6007bca97fe11c9b8db1.tar.xz
Fix tabs in .c and .h files in firmware/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29832 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/hosted/android/debug-android.c')
-rw-r--r--firmware/target/hosted/android/debug-android.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/android/debug-android.c b/firmware/target/hosted/android/debug-android.c
index a478168..6d77ac4 100644
--- a/firmware/target/hosted/android/debug-android.c
+++ b/firmware/target/hosted/android/debug-android.c
@@ -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);
}