mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 17:50:46 +00:00
format code: blank lines
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/* Copyright (c) 2010 Daniel Doubrovkine, All Rights Reserved
|
||||
*
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
@@ -590,14 +590,17 @@ public interface WinDef extends StdCallLibrary {
|
||||
* The left.
|
||||
*/
|
||||
public int left;
|
||||
|
||||
/**
|
||||
* The top.
|
||||
*/
|
||||
public int top;
|
||||
|
||||
/**
|
||||
* The right.
|
||||
*/
|
||||
public int right;
|
||||
|
||||
/**
|
||||
* The bottom.
|
||||
*/
|
||||
@@ -848,6 +851,7 @@ public interface WinDef extends StdCallLibrary {
|
||||
super(memory);
|
||||
read();
|
||||
}
|
||||
|
||||
/**
|
||||
* The y.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user