StyleCop cleanup

This commit is contained in:
Matthias Mailänder
2013-11-02 23:12:48 +01:00
parent 21b7d0eadb
commit 6f8e78761c
2 changed files with 41 additions and 42 deletions

View File

@@ -81,7 +81,7 @@ namespace OpenRA
public readonly ActorMap ActorMap;
public readonly ScreenMap ScreenMap;
public void IssueOrder( Order o ) { orderManager.IssueOrder( o ); } /* avoid exposing the OM to mod code */
public void IssueOrder(Order o) { orderManager.IssueOrder(o); } /* avoid exposing the OM to mod code */
IOrderGenerator orderGenerator_;
public IOrderGenerator OrderGenerator