]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxalgo.h
remove NO_PEXTRA_STUFF
[lyx.git] / src / support / lyxalgo.h
index 60aaff7b2b6ddfda9a790e63393cf9265b4b8f02..7f4fda7281f9c23cd8cd7449e0a3fc7228c3ec7a 100644 (file)
@@ -54,7 +54,7 @@ struct firster {
 
 
 /**
- * copy elements in the given range to the output iterator 
+ * copy elements in the given range to the output iterator
  * if the predicate evaluates as true
  */
 template <class InputIter, class OutputIter, class Func>