]> git.lyx.org Git - lyx.git/blobdiff - src/IndicesList.h
Fix bug #12772
[lyx.git] / src / IndicesList.h
index 69c8b3ef46452c28ee2d201dfa42352d885451c1..7fab436d6b331df948dbd30ea7a0ba248f616f91 100644 (file)
@@ -34,7 +34,7 @@ namespace lyx {
  * \class IndicesList
  *
  * A class containing a vector of all defined indices within a
- * document. It has methods for outputting a '|'-separated string 
+ * document. It has methods for outputting a '|'-separated string
  * of all elements, and for adding, removing and renaming elements.
  */
 
@@ -94,7 +94,7 @@ public:
        Index * find(docstring const & name);
        Index const * find(docstring const & name) const;
 
-       /** \returns the Index with the shortcut \c shortcut. 
+       /** \returns the Index with the shortcut \c shortcut.
         *  If not found, returns 0.
         */
        Index * findShortcut(docstring const & shortcut);