👕 Remove linter errors

This commit is contained in:
Kevin Sawicki 2017-06-29 16:50:55 -07:00 committed by Aleksei Kuzmin
parent c7cf844bcd
commit 4bb95acc2b
6 changed files with 33 additions and 20 deletions

View file

@ -23,7 +23,7 @@ void CopyPixelsToBuffer(const SkBitmap& bitmap,
memcpy(node::Buffer::Data(buffer), bitmap.getPixels(), rgb_arr_size);
}
} // namespace
namespace api {