aboutsummaryrefslogtreecommitdiff
path: root/dw/selection.hh
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2014-12-21 21:27:57 +0000
committercorvid <devnull@localhost>2014-12-21 21:27:57 +0000
commita614ea631d34d5c6273bfdaeea6a79ce2eb366a1 (patch)
treef0cc568eadbc5b50c53ea9489f30c23e0f3960fb /dw/selection.hh
parent5eb74aa36fd7d0448ac740c2a35fd6d485c27aba (diff)
more (and indentation in one spot)
Diffstat (limited to 'dw/selection.hh')
-rw-r--r--dw/selection.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/selection.hh b/dw/selection.hh
index ef9df0e0..3004d2d4 100644
--- a/dw/selection.hh
+++ b/dw/selection.hh
@@ -178,7 +178,7 @@ namespace core {
class SelectionState
{
public:
- enum { END_OF_WORD = 1 << 30 };
+ enum { END_OF_WORD = 1 << 30 };
private:
Layout *layout;