[LyX/master] Whitespace

Richard Kimberly Heck rikiheck at lyx.org
Sun Apr 26 02:35:51 UTC 2020


commit 57065afb45bbb48975cef0df9357048d96a39f89
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date:   Sat Apr 25 22:57:09 2020 -0400

    Whitespace
---
 src/support/types.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/support/types.h b/src/support/types.h
index 4b08d7a..75ccec0 100644
--- a/src/support/types.h
+++ b/src/support/types.h
@@ -40,7 +40,7 @@ namespace lyx {
 	 */
 	// FIXME: should be unsigned as well.
 	// however, simply changing it breaks a downward loop somewhere...
-	typedef size_t  pit_type;
+	typedef size_t     pit_type;
 
 	/// a type for the nesting depth of a paragraph
 	typedef size_t     depth_type;


More information about the lyx-cvs mailing list