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:
parent
6a9e1ff1dd
commit
eff76a45d1
1 changed files with 34 additions and 34 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue