Fixed formatting

Signed-off-by: Joshua Fife <jpfife17@gmail.com>
diff --git a/xdc-plugin/xdc.cc b/xdc-plugin/xdc.cc
index 36ed714..387d191 100644
--- a/xdc-plugin/xdc.cc
+++ b/xdc-plugin/xdc.cc
@@ -136,7 +136,7 @@
             std::vector<std::string> tokens;
             std::string intermediate;
             while (getline(args_stream, intermediate, ' ')) {
-                if(intermediate != "\0") {
+                if (intermediate != "\0") {
                     tokens.push_back(intermediate);
                 }
             }