Skip to content

Commit a68dd26

Browse files
fix debug trace indentation (#508)
1 parent 981e9c8 commit a68dd26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/koreader/launcher/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class MainActivity : NativeActivity(), LuaInterface,
168168

169169
override fun surfaceChanged(holder: SurfaceHolder, format: Int, width: Int, height: Int) {
170170
Log.v(TAG_SURFACE, String.format(Locale.US,
171-
"surface changed {\n width: %d\n height: %d\n format: %s\n}",
171+
"surface changed {\n width: %d\n height: %d\n format: %s\n}",
172172
width, height, pixelFormatName(format))
173173
)
174174

0 commit comments

Comments
 (0)