diff options
| author | expwnent | 2012-08-27 16:05:23 -0400 |
|---|---|---|
| committer | expwnent | 2012-08-27 16:05:23 -0400 |
| commit | d69a7c63e3fae75a9acb0de3e1038c9507dc4ed3 (patch) | |
| tree | e6fcd40991daedd949367bdbc63569540d084990 | |
| parent | 1a5f05768f9abee0b932f712794045eef526cb2a (diff) | |
| download | dfhack-d69a7c63e3fae75a9acb0de3e1038c9507dc4ed3.tar.gz dfhack-d69a7c63e3fae75a9acb0de3e1038c9507dc4ed3.tar.bz2 dfhack-d69a7c63e3fae75a9acb0de3e1038c9507dc4ed3.tar.xz | |
Tabs to spaces.
| -rw-r--r-- | plugins/misery.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/misery.cpp b/plugins/misery.cpp index 9e0535d5..a0c0a239 100644 --- a/plugins/misery.cpp +++ b/plugins/misery.cpp @@ -50,8 +50,8 @@ DFhackCExport command_result plugin_onupdate(color_ostream& out) { } if ( count < maxCount ) { - count++; - return CR_OK; + count++; + return CR_OK; } count = 0; |
