Java code formatting, Interface action item block fixed

This commit is contained in:
Honfika
2014-02-25 18:51:10 +01:00
parent 1e3a67ec1c
commit da7ce42746
95 changed files with 1427 additions and 1332 deletions
@@ -195,9 +195,10 @@ public interface WinUser extends StdCallLibrary, WinDef {
/**
* Return whether to continue enumeration.
*
* @param hWnd
* @param data
* @return
* @return
*/
boolean callback(HWND hWnd, Pointer data);
}