Skip to content

Commit f81ebcd

Browse files
author
Roberto De Ioris
committed
fixed typo
1 parent 63dcf3c commit f81ebcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/PythonEditor/Private/PYRichTextSyntaxHighlighterTextLayoutMarshaller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ void FPYRichTextSyntaxHighlighterTextLayoutMarshaller::ParseTokens(const FString
311311
FRunInfo RunInfo(TEXT("SyntaxHighlight.PY.Normal"));
312312
FTextBlockStyle TextBlockStyle = SyntaxTextStyle.NormalTextStyle;
313313

314-
#if ENGINE_MINOR_VERSION
314+
#if ENGINE_MINOR_VERSION >= 18
315315
const bool bIsWhitespace = FString(TokenText).TrimEnd().IsEmpty();
316316
#else
317317
const bool bIsWhitespace = FString(TokenText).TrimTrailing().IsEmpty();

0 commit comments

Comments
 (0)