Skip to content

Commit

Permalink
Changing formatting to be google format style for the JME standard.
Browse files Browse the repository at this point in the history
  • Loading branch information
bob0bob committed Jun 14, 2023
1 parent 8ef3c5e commit 6a590db
Show file tree
Hide file tree
Showing 15 changed files with 1,609 additions and 1,711 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -556,17 +556,15 @@ private Rect getSurfaceFrame() {
return result;
}

@Override
public Monitors getMonitors()
{
// TODO Auto-generated method stub
return null;
}

@Override
public int getPrimaryMonitor()
{
// TODO Auto-generated method stub
return 0;
}
}
@Override
public Monitors getMonitors() {
// TODO Auto-generated method stub
return null;
}

@Override
public int getPrimaryMonitor() {
// TODO Auto-generated method stub
return 0;
}
}
Loading

0 comments on commit 6a590db

Please sign in to comment.