diff options
| author | 2019-01-13 16:27:14 +0100 | |
|---|---|---|
| committer | 2019-01-13 16:30:03 +0100 | |
| commit | 1aa5c3c02bd8c918884143a59071e254ea3c5267 (patch) | |
| tree | 48b35eed61a949f6da9c45558b9e03c6889b12ca /diceparser.h | |
| parent | 663e4d49fdd2f8f8ca27c771a52cc0aa09357289 (diff) | |
| download | OneRoll-1aa5c3c02bd8c918884143a59071e254ea3c5267.tar.gz OneRoll-1aa5c3c02bd8c918884143a59071e254ea3c5267.zip | |
indent fix.
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diceparser.h b/diceparser.h index 0305dc7..d8cd6ab 100644 --- a/diceparser.h +++ b/diceparser.h @@ -60,7 +60,7 @@ public: /** * @brief The DiceOperator enum gathering all dice operators */ - enum DiceOperator {D,L}; + enum DiceOperator {D,L}; /** * @brief The DiceSymbol enum */ |