1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Fixed a typo.

This commit is contained in:
Sergey Prigogin 2009-06-27 20:04:16 +00:00
parent 6a9e1ff1dd
commit eff76a45d1

View file

@ -2198,7 +2198,7 @@ public class DefaultCodeFormatterConstants {
* @param wrapStyle the given wrapping style * @param wrapStyle the given wrapping style
* @param indentStyle the given indent style * @param indentStyle the given indent style
* *
* @return the new alignement value * @return the new alignment value
*/ */
public static String createAlignmentValue(boolean forceSplit, int wrapStyle, int indentStyle) { public static String createAlignmentValue(boolean forceSplit, int wrapStyle, int indentStyle) {
int alignmentValue = 0; int alignmentValue = 0;