liblog: whitespace cleanup

- change cutils to liblog directory path
- change tabs to spaces

Change-Id: I7d9db1e2b817ba0ec9a224340c5c7535a2387fd5
diff --git a/liblog/logd_write.c b/liblog/logd_write.c
index 19d7166..6ae339f 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.
@@ -240,7 +240,7 @@
 }
 
 void __android_log_assert(const char *cond, const char *tag,
-			  const char *fmt, ...)
+                          const char *fmt, ...)
 {
     char buf[LOG_BUF_SIZE];