liblog: whitespace cleanup

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

(cherry picked from commit c1215c0b46)

Change-Id: I7d9db1e2b817ba0ec9a224340c5c7535a2387fd5
This commit is contained in:
Mark Salyzyn 2013-11-22 07:54:30 -08:00
parent b957baccd2
commit cf4aa030ce
2 changed files with 3 additions and 3 deletions

View File

@ -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 @@ int __android_log_buf_print(int bufID, int prio, const char *tag, const char *fm
}
void __android_log_assert(const char *cond, const char *tag,
const char *fmt, ...)
const char *fmt, ...)
{
char buf[LOG_BUF_SIZE];

View File

@ -1,4 +1,4 @@
/* //device/libs/cutils/logprint.c
/*
**
** Copyright 2006, The Android Open Source Project
**