diff options
author | nyamatongwe <unknown> | 2010-02-17 00:39:46 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-02-17 00:39:46 +0000 |
commit | 58f779b422ffbb2291364dcd5966ead10b21b087 (patch) | |
tree | fddf110012583bb00001b22648b574320f642815 /src/Partitioning.h | |
parent | d55ea76cd64ec2770d97e62ccdfcff8ccad5b43d (diff) | |
download | scintilla-mirror-58f779b422ffbb2291364dcd5966ead10b21b087.tar.gz |
Formatting whitespace.
Diffstat (limited to 'src/Partitioning.h')
-rw-r--r-- | src/Partitioning.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Partitioning.h b/src/Partitioning.h index 225e350e0..17925b926 100644 --- a/src/Partitioning.h +++ b/src/Partitioning.h @@ -8,7 +8,7 @@ #ifndef PARTITIONING_H #define PARTITIONING_H -/// A split vector of integers with a method for adding a value to all elements +/// A split vector of integers with a method for adding a value to all elements /// in a range. /// Used by the Partitioning class. |