Removed a few spaces before throwing exceptions so that the
following warnings aren't raised while compiling OscBundle.cpp:
```
warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
```
```
note: ...this statement, but the latter is misleadingly indented as if
it is guarded by the ‘if’
```