Ran script to remove trailing spaces and tabs
This commit is contained in:
@@ -56,7 +56,7 @@ void DrawArrayLengths::read(DataInputStream* in){
|
||||
|
||||
// Read properties
|
||||
setFirst(in->readInt());
|
||||
|
||||
|
||||
// Read array length and its elements.
|
||||
int size = in->readInt();
|
||||
for(int i=0; i<size; i++){
|
||||
|
||||
Reference in New Issue
Block a user