diff options
author | Mark Salyzyn <salyzyn@google.com> | 2013-11-22 07:54:30 -0800 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2014-01-27 15:08:42 -0800 |
commit | cf4aa030ce113ab4e18f41ac9e92002471a1a2be (patch) | |
tree | 03d5b2e4e4ee29b659d7f9d53a0871e1569aa33e /liblog | |
parent | b957baccd21ca43371dfbc02c10aae18497000b8 (diff) | |
download | system_core-cf4aa030ce113ab4e18f41ac9e92002471a1a2be.zip system_core-cf4aa030ce113ab4e18f41ac9e92002471a1a2be.tar.gz system_core-cf4aa030ce113ab4e18f41ac9e92002471a1a2be.tar.bz2 |
liblog: whitespace cleanup
- change cutils to liblog directory path
- change tabs to spaces
(cherry picked from commit c1215c0b46576771370ceb4e1b1d8fc5a7034cfd)
Change-Id: I7d9db1e2b817ba0ec9a224340c5c7535a2387fd5
Diffstat (limited to 'liblog')
-rw-r--r-- | liblog/logd_write.c | 4 | ||||
-rw-r--r-- | liblog/logprint.c | 2 |
2 files changed, 3 insertions, 3 deletions
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 @@ 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]; 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 ** |