Skip to content

Commit

Permalink
fix debug trace indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre committed Aug 20, 2024
1 parent 981e9c8 commit 5ebded6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/koreader/launcher/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class MainActivity : NativeActivity(), LuaInterface,

override fun surfaceChanged(holder: SurfaceHolder, format: Int, width: Int, height: Int) {
Log.v(TAG_SURFACE, String.format(Locale.US,
"surface changed {\n width: %d\n height: %d\n format: %s\n}",
"surface changed {\n width: %d\n height: %d\n format: %s\n}",
width, height, pixelFormatName(format))
)

Expand Down

0 comments on commit 5ebded6

Please sign in to comment.