diff options
Diffstat (limited to 'libs/hwui/protos/ProtoHelpers.h')
-rw-r--r-- | libs/hwui/protos/ProtoHelpers.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/hwui/protos/ProtoHelpers.h b/libs/hwui/protos/ProtoHelpers.h index 832e31200eb6..833c77f2b8cb 100644 --- a/libs/hwui/protos/ProtoHelpers.h +++ b/libs/hwui/protos/ProtoHelpers.h @@ -35,7 +35,7 @@ void set(std::string* dest, const SkPath& src) { src.writeToMemory(&*dest->begin()); } -} // namespace uirenderer -} // namespace android +} // namespace uirenderer +} // namespace android -#endif // PROTOHELPERS_H +#endif // PROTOHELPERS_H |