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/rsAnimation.h b/rsAnimation.h
index f77d3cb..6790379 100644
--- a/rsAnimation.h
+++ b/rsAnimation.h
@@ -61,7 +61,7 @@
float mInputMax;
};
-}
-}
+} // namespace renderscript
+} // namespace android
#endif //ANDROID_STRUCTURED_ELEMENT_H