summaryrefslogtreecommitdiff
path: root/rsFont.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 /rsFont.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 'rsFont.h')
-rw-r--r--rsFont.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsFont.h b/rsFont.h
index 3be5c3cc..84223e62 100644
--- a/rsFont.h
+++ b/rsFont.h
@@ -253,7 +253,7 @@ protected:
float u4, float v4);
};
-}
-}
+} // namespace renderscript
+} // namespace android
#endif