mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 22:55:40 +12:00
Run clang-format
This commit is contained in:
parent
f37bd9363f
commit
adcc9d93e4
1 changed files with 20 additions and 21 deletions
|
@ -114,7 +114,6 @@ public class PandaGlRenderer implements GLSurfaceView.Renderer, ConsoleRenderer
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Load the SMDH
|
// Load the SMDH
|
||||||
byte[] smdhData = AlberDriver.GetSmdh();
|
byte[] smdhData = AlberDriver.GetSmdh();
|
||||||
if (smdhData.length == 0) {
|
if (smdhData.length == 0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue