From 7974fc03e11f3a8dd40f794f3b33b4889483090c Mon Sep 17 00:00:00 2001 From: Rahul Chaudhry Date: Thu, 9 Feb 2017 12:33:28 -0800 Subject: 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 --- rsScriptC.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rsScriptC.cpp') 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 -- cgit v1.2.3