Make clang-format-all.sh git aware

clang-format-all.sh will modify every file in the repository that
isn't properly formatted. However, if you only care about the
formatting of the files touched in a CL, this is over-zealous. So
the default behavior is to only modify a file list derived from git's
current set of files.

You can still use the script to format the entire repo with -a or --all.

clang-format has been run on all files in the repository to bring them
up-to-date with the latest format.

Bug: b/187094215
Change-Id: I2753c83e00d36817eddb0d8e641100240a2e8e23
Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/54048
Reviewed-by: Nicolas Capens <nicolascapens@google.com>
Reviewed-by: Alexis Hétu <sugoi@google.com>
Kokoro-Result: kokoro <noreply+kokoro@google.com>
Commit-Queue: Sean Risser <srisser@google.com>
Tested-by: Sean Risser <srisser@google.com>
diff --git a/src/WSI/WaylandSurfaceKHR.hpp b/src/WSI/WaylandSurfaceKHR.hpp
index 818436b..17abe89 100644
--- a/src/WSI/WaylandSurfaceKHR.hpp
+++ b/src/WSI/WaylandSurfaceKHR.hpp
@@ -54,4 +54,4 @@
 };
 
 }  // namespace vk
-#endif  //SWIFTSHADER_WAYLANDSURFACEKHR_HPP
+#endif  // SWIFTSHADER_WAYLANDSURFACEKHR_HPP