commit | 7974fc03e11f3a8dd40f794f3b33b4889483090c | [log] [tgz] |
---|---|---|
author | Rahul Chaudhry <rahulchaudhry@google.com> | Thu Feb 09 12:33:28 2017 -0800 |
committer | Rahul Chaudhry <rahulchaudhry@google.com> | Thu Feb 09 12:35:21 2017 -0800 |
tree | 9e962510b4165939bc646086d0b13df1f4895ad1 | |
parent | ae5c7fb222fce1f8aa9637fb6269000bdaa7dd5f [diff] [blame] |
frameworks/rs: fix typos and clang-tidy warnings This change fixes a few typos and clang tidy warnings related to the "llvm-namespace-comment" checks. Bug: 26936282 Test: WITH_TIDY=1 WITH_TIDY_CHECKS="llvm-namespace-comment" mm Change-Id: Ic65182e5b4999fbd48d6a8ad7172e4bfeeb541f4
diff --git a/rsScriptC.cpp b/rsScriptC.cpp index 96ba192..70da651 100644 --- a/rsScriptC.cpp +++ b/rsScriptC.cpp
@@ -467,5 +467,5 @@ return s; } -} -} +} // namespace renderscript +} // namespace android