Run clang-format

This commit is contained in:
wheremyfoodat 2024-02-11 13:50:50 +02:00 committed by GitHub
parent f37bd9363f
commit adcc9d93e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) {