Replace C-style array declarations with Java-style declarations

  int[] array;

instead of

  int array[];

Change-Id: I4fb02ac0bcdff75ec094ba61b36d40097a4e25b9
11 files changed