Fix build. (whitespace issues)

Change-Id: I8453933a7ad4a5f2adcb29a9c746be843a743846
diff --git a/compiler/sea_ir/sea.h b/compiler/sea_ir/sea.h
index 040ad8a..5cb8424 100644
--- a/compiler/sea_ir/sea.h
+++ b/compiler/sea_ir/sea.h
@@ -43,7 +43,7 @@
   }
 
  private:
-  static const bool save_use_edges_ =  false; // TODO: Enable per-sea graph configuration.
+  static const bool save_use_edges_ =  false;  // TODO: Enable per-sea graph configuration.
 };
 
 class Region;