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/ProcessorTest.cpp b/tests/ProcessorTest.cpp
index 18b3302..cc35f90 100644
--- a/tests/ProcessorTest.cpp
+++ b/tests/ProcessorTest.cpp
@@ -8,7 +8,6 @@
 #include "SkTypes.h"
 #include "Test.h"
 
-#include <random>
 #include "GrClip.h"
 #include "GrContext.h"
 #include "GrContextPriv.h"
@@ -23,6 +22,8 @@
 #include "ops/GrMeshDrawOp.h"
 #include "ops/GrRectOpFactory.h"
 
+#include <random>
+
 namespace {
 class TestOp : public GrMeshDrawOp {
 public: