Skip to content

Commit

Permalink
Android: VNCConn: fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Aug 14, 2023
1 parent 2329d8e commit 8e5a5a8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ private class ClientToServerThread extends Thread {

public void run() {

if(Utils.DEBUG()) Log.d(TAG, "ClientToServerThread started!");
if(Utils.DEBUG())
Log.d(TAG, "ClientToServerThread started!");

//
// main output loop
Expand Down

0 comments on commit 8e5a5a8

Please sign in to comment.