diff options
author | Dan Albert <danalbert@google.com> | 2015-03-20 03:14:28 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-03-20 03:14:28 +0000 |
commit | 28f07697eb6f4039daae6c9c5efee67a4d85cc92 (patch) | |
tree | 2730e00ea41c6b14c653319c67d157142a312218 /adb/adb_io.cpp | |
parent | 6a0548bf7cd8c3a0d17d2cc207d6fcf0c8297d31 (diff) | |
parent | 3313426fad9eaaf53017cdbde889ebcec91358ec (diff) | |
download | system_core-28f07697eb6f4039daae6c9c5efee67a4d85cc92.zip system_core-28f07697eb6f4039daae6c9c5efee67a4d85cc92.tar.gz system_core-28f07697eb6f4039daae6c9c5efee67a4d85cc92.tar.bz2 |
Merge "File header cleanup."
Diffstat (limited to 'adb/adb_io.cpp')
-rw-r--r-- | adb/adb_io.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/adb_io.cpp b/adb/adb_io.cpp index 4dd9f4d..3370a0c 100644 --- a/adb/adb_io.cpp +++ b/adb/adb_io.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#define TRACE_TAG TRACE_RWX +#define TRACE_TAG TRACE_RWX #include "sysdeps.h" #include "adb_io.h" |