mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +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
|
@ -165,7 +165,7 @@ public:
|
|||
{
|
||||
return &Array[Count];
|
||||
}
|
||||
|
||||
|
||||
reverse_iterator rbegin()
|
||||
{
|
||||
return reverse_iterator(end());
|
||||
|
@ -919,7 +919,7 @@ public:
|
|||
LastFree = o.LastFree; /* any free position is before this position */
|
||||
Size = o.Size; /* must be a power of 2 */
|
||||
NumUsed = o.NumUsed;
|
||||
|
||||
|
||||
o.Size = 0;
|
||||
o.NumUsed = 0;
|
||||
o.SetNodeVector(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue