]> git.lyx.org Git - lyx.git/blobdiff - src/KeyMap.cpp
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / src / KeyMap.cpp
index a9bcb596227c1540154b0cb744ad25dfdc44d4ea..7c9c4718f68c9110ff6a20750e57b7f88afa1e41 100644 (file)
 
 #include <sstream>
 
+using std::endl;
+using std::string;
+
 
 namespace lyx {
 
 using support::FileName;
 using support::i18nLibFileSearch;
 
-using std::endl;
-using std::string;
-
 
 string const KeyMap::printKeySym(KeySymbol const & key,
                                    key_modifier::state mod)
@@ -253,7 +253,7 @@ void KeyMap::defkey(KeySequence * seq, FuncRequest const & func, unsigned int r)
                                it->func.origin = FuncRequest::KEYBOARD;
                                return;
                        } else if (!it->table.get()) {
-                               lyxerr << "Error: New binding for '" 
+                               lyxerr << "Error: New binding for '"
                                       << to_utf8(seq->print(false))
                                       << "' is overriding old binding..."
                                               << endl;