Update formatter config for new AS and reformat

This commit is contained in:
Billy Laws
2020-11-08 19:54:15 +00:00
committed by ◱ PixelyIon
parent 668f623256
commit 4c9d453008
41 changed files with 185 additions and 193 deletions

View File

@ -29,7 +29,7 @@ namespace skyline::gpu {
void UpdateSurface(jobject newSurface);
void Present(const std::shared_ptr<Texture>& texture);
void Present(const std::shared_ptr<Texture> &texture);
ANativeWindow *window{};
};