]> git.lyx.org Git - lyx.git/blobdiff - src/KeyMap.cpp
Whitespace changes only
[lyx.git] / src / KeyMap.cpp
index fe3092b50931cd50ab81d3169ebd9e3aff4a9d56..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)