test,tools: whitespace changes for clang-format

Change-Id: I67529f6c0ac26da603f60af22c620f8f603d8a19
Reviewed-on: https://skia-review.googlesource.com/155564
Commit-Queue: Ben Wagner <bungeman@google.com>
Reviewed-by: Ben Wagner <bungeman@google.com>
Auto-Submit: Hal Canary <halcanary@google.com>
diff --git a/tools/skp_parser.cpp b/tools/skp_parser.cpp
index db739ca..dcdea7c 100644
--- a/tools/skp_parser.cpp
+++ b/tools/skp_parser.cpp
@@ -5,13 +5,13 @@
  * found in the LICENSE file.
  */
 
-#include <iostream>
-
 #include "SkDebugCanvas.h"
 #include "SkNullCanvas.h"
 #include "SkPicture.h"
 #include "SkStream.h"
 
+#include <iostream>
+
 #ifdef SK_BUILD_FOR_WIN
 #include <fcntl.h>
 #include <io.h>