mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries.
This commit is contained in:
parent
1b077251e3
commit
9bbb54fe2e
370 changed files with 2163 additions and 2163 deletions
|
@ -299,7 +299,7 @@ void FCommandBuffer::AddString(FString clip)
|
|||
}
|
||||
auto strp = (const uint8_t*)clip.GetChars();
|
||||
while (auto chr = GetCharFromString(strp)) build += chr;
|
||||
|
||||
|
||||
if (Text.length() == 0)
|
||||
{
|
||||
Text = build;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue