]> git.lyx.org Git - lyx.git/blobdiff - src/trans_mgr.h
make a CURSOR update if we inserted a character (fix #312).
[lyx.git] / src / trans_mgr.h
index 1864bc80e3b0703668c4bf50bcb610d6141d718c..4507f48272cef9a03678d5ec5252179452b7e10d 100644 (file)
@@ -61,7 +61,7 @@ public:
 
 
 /// Init State
-class TransInitState :         virtual public TransFSMData, public TransState {
+class TransInitState : virtual public TransFSMData, public TransState {
 public:
        ///
        TransInitState();
@@ -104,7 +104,7 @@ public:
                deadkey2_ = 0;
                deadkey2_info_.accent = TEX_NOACCENT;
                currentState = deadkey_state_;
-               
+
                return false;
        }
        ///