ART: Change indentation to 4 spaces in run-test shards 95-99.

Created with
    for testName in \
        `git grep -E '^  public static void main\(String\[\]' \
            -- test/*<i>-*/src/Main.java | \
        sed '-es/\/src\/Main.java:.*//'`; \
    do \
        find $testName/ -type f -name *.java | \
        xargs sed -E '-es/^((  )+)/\1\1/' --in-place ; \
    done
with <i> manually set to 99 down to 95 (stopping when the
change is getting large).

Manually address many long lines and fix other style issues.

Also fix indentation in two files where
    https://android-review.googlesource.com/2300941
just updated previously wrong indentation.

Exclude changes to
    test/595-profile-saving/src/Main.java
because of a conflict in internal.

Test: testrunner.py --host --optimizing
Test: buildbot-build.sh --target
Change-Id: I02fe676f3983610c0cdda1134aee2476f71bc7ce
37 files changed