[REACTOS] Add missing line breaks at end of file

This commit is contained in:
Timo Kreuzer 2024-05-18 13:30:54 +03:00
parent 764881a94b
commit 0c2cdcae83
128 changed files with 128 additions and 128 deletions

View file

@ -142,4 +142,4 @@ typedef CStringA CString;
}
#endif
#endif

View file

@ -4,4 +4,4 @@
int __cdecl isblank (int _C)
{
return (_isctype(_C, _BLANK) || _C == '\t');
}
}

View file

@ -4,4 +4,4 @@
int __cdecl iswblank (wint_t _C)
{
return (iswctype(_C, _BLANK) || _C == '\t');
}
}

View file

@ -85,4 +85,4 @@ void vp_notify(struct virtqueue *vq);
NTSTATUS vio_legacy_initialize(VirtIODevice *vdev);
NTSTATUS vio_modern_initialize(VirtIODevice *vdev);
#endif
#endif

View file

@ -72,4 +72,4 @@ __cxa_pure_virtual()
__debugbreak();
}
} // extern "C"
} // extern "C"

View file

@ -542,4 +542,4 @@ RtlDebugSizeHeap(HANDLE HeapPtr,
return Result;
}
/* EOF */
/* EOF */