commit | e9efd05fe4e57602e21f3b3969641524129bb0cb | [log] [tgz] |
---|---|---|
author | Adam Barth <abarth@google.com> | Thu Jan 07 21:29:08 2021 +0000 |
committer | Adam Barth <abarth@google.com> | Thu Jan 07 22:56:55 2021 +0000 |
tree | 6cf839bd2091a7013ca50fa72b496dd33bb610a0 | |
parent | be77febd61bf6aca3d44969e9611854f39d91d18 [diff] [blame] |
Fix -Wnewline-eof Technically, C requires that all source files end with a newline. In practice, most compilers will accept source files without a newline, but it does trigger the -Wnewline-eof warning. Change-Id: I64a92b82f4d5724cd8b45821cfd59eb3de39514b
diff --git a/libc/bionic/bionic_appcompat.cpp b/libc/bionic/bionic_appcompat.cpp index 5b31c29..dcca0da 100644 --- a/libc/bionic/bionic_appcompat.cpp +++ b/libc/bionic/bionic_appcompat.cpp
@@ -88,4 +88,4 @@ close(file); return 0; -} \ No newline at end of file +}