]> git.lyx.org Git - features.git/commitdiff
Whitespace
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 26 Apr 2020 02:57:09 +0000 (22:57 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 26 Apr 2020 02:57:09 +0000 (22:57 -0400)
src/support/types.h

index 4b08d7aef07186c2d162113c58bebc31bd91d6e3..75ccec0fe276eddc631f774250eb80b5304d830c 100644 (file)
@@ -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;