summaryrefslogtreecommitdiff
path: root/rsAnimation.h
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 /rsAnimation.h
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 'rsAnimation.h')
-rw-r--r--rsAnimation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsAnimation.h b/rsAnimation.h
index f77d3cbf..67903791 100644
--- a/rsAnimation.h
+++ b/rsAnimation.h
@@ -61,7 +61,7 @@ protected:
float mInputMax;
};
-}
-}
+} // namespace renderscript
+} // namespace android
#endif //ANDROID_STRUCTURED_ELEMENT_H