summaryrefslogtreecommitdiff
path: root/rsScriptC.cpp
diff options
context:
space:
mode:
authorRahul Chaudhry <rahulchaudhry@google.com>2017-02-09 12:33:28 -0800
committerRahul Chaudhry <rahulchaudhry@google.com>2017-02-09 12:35:21 -0800
commit7974fc03e11f3a8dd40f794f3b33b4889483090c (patch)
tree9e962510b4165939bc646086d0b13df1f4895ad1 /rsScriptC.cpp
parentae5c7fb222fce1f8aa9637fb6269000bdaa7dd5f (diff)
downloadrs-7974fc03e11f3a8dd40f794f3b33b4889483090c.tar.gz
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
Diffstat (limited to 'rsScriptC.cpp')
-rw-r--r--rsScriptC.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsScriptC.cpp b/rsScriptC.cpp
index 96ba1923..70da6510 100644
--- a/rsScriptC.cpp
+++ b/rsScriptC.cpp
@@ -467,5 +467,5 @@ RsScript rsi_ScriptCCreate(Context *rsc,
return s;
}
-}
-}
+} // namespace renderscript
+} // namespace android