diff options
author | Samuel Tan <samueltan@google.com> | 2016-02-18 16:56:21 -0800 |
---|---|---|
committer | Samuel Tan <samueltan@google.com> | 2016-02-18 17:04:20 -0800 |
commit | 95fd5270653d9004466ab54bfc3d7f82a5014baf (patch) | |
tree | 9031db53ed81f1156af7516ac2a89c693f7d0301 /libutils/String8.cpp | |
parent | 2773d4f96a8e9f06710e36f7c33459eeaa5cb23a (diff) |
libutils: remove whitespace from String8 files
Remove trailing whitespace from String8 header and
cpp files.
BUG: None
Change-Id: Ie77da3f0fbce9cdce20225ce1310cf62295179a4
Diffstat (limited to 'libutils/String8.cpp')
-rw-r--r-- | libutils/String8.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libutils/String8.cpp b/libutils/String8.cpp index 771d31266..ad4528291 100644 --- a/libutils/String8.cpp +++ b/libutils/String8.cpp @@ -362,7 +362,7 @@ status_t String8::appendFormatV(const char* fmt, va_list args) status_t String8::real_append(const char* other, size_t otherLen) { const size_t myLen = bytes(); - + SharedBuffer* buf = SharedBuffer::bufferFromData(mString) ->editResize(myLen+otherLen+1); if (buf) { |