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/tests/ResourceCacheTest.cpp b/tests/ResourceCacheTest.cpp
index bd989cd..26fab1f 100644
--- a/tests/ResourceCacheTest.cpp
+++ b/tests/ResourceCacheTest.cpp
@@ -7,7 +7,6 @@
 
 #include "SkTypes.h"
 
-#include <thread>
 #include "GrContext.h"
 #include "GrContextPriv.h"
 #include "GrContextFactory.h"
@@ -27,6 +26,8 @@
 #include "SkSurface.h"
 #include "Test.h"
 
+#include <thread>
+
 static const int gWidth = 640;
 static const int gHeight = 480;