liblog: whitespace cleanup
- change cutils to liblog directory path
- change tabs to spaces
(cherry picked from commit c1215c0b46576771370ceb4e1b1d8fc5a7034cfd)
Change-Id: I7d9db1e2b817ba0ec9a224340c5c7535a2387fd5
diff --git a/liblog/logd_write.c b/liblog/logd_write.c
index fff7cc4..ac00f51 100644
--- a/liblog/logd_write.c
+++ b/liblog/logd_write.c
@@ -31,7 +31,7 @@
#include <log/logd.h>
#include <log/log.h>
-#define LOG_BUF_SIZE 1024
+#define LOG_BUF_SIZE 1024
#if FAKE_LOG_DEVICE
// This will be defined when building for the host.
@@ -236,7 +236,7 @@
}
void __android_log_assert(const char *cond, const char *tag,
- const char *fmt, ...)
+ const char *fmt, ...)
{
char buf[LOG_BUF_SIZE];
diff --git a/liblog/logprint.c b/liblog/logprint.c
index 508c825..3927c22 100644
--- a/liblog/logprint.c
+++ b/liblog/logprint.c
@@ -1,4 +1,4 @@
-/* //device/libs/cutils/logprint.c
+/*
**
** Copyright 2006, The Android Open Source Project
**