format code: blank lines

This commit is contained in:
2015-01-18 21:32:37 +01:00
parent 6ffcca82e7
commit ade56d45a2
640 changed files with 12702 additions and 3882 deletions
+6 -2
View File
@@ -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.
*/