]> git.lyx.org Git - lyx.git/blobdiff - development/Code_rules/Recommendations
update installer: update also lyx.bat file (needed for new launcher)
[lyx.git] / development / Code_rules / Recommendations
index 64219f85981afcfa867c58aa2a878431480db588..4680beafa767fdc4c5f03ab620fcda55c3b7d5c9 100644 (file)
@@ -1,6 +1,6 @@
-These are some rules for effective C++ programming. These are taken from 
-Scott Meyers, and are presented in their short form. These are not all the 
-rules Meyers presents, only the most important of them. LyX does not yet 
+These are some rules for effective C++ programming. These are taken from
+Scott Meyers, and are presented in their short form. These are not all the
+rules Meyers presents, only the most important of them. LyX does not yet
 follow these rules, but they should be the goal.
 
 - Use const and inline instead of #define
@@ -54,7 +54,7 @@ follow these rules, but they should be the goal.
 
 --------
 
-S. Meyers. Effective C++, 50 Specific Ways to Improve Your Programs and 
+S. Meyers. Effective C++, 50 Specific Ways to Improve Your Programs and
 Design. Addison-Wesley, 1992
 
 ==================================