mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 05:12:35 +00:00
[REACTOS] Add missing line breaks at end of file
This commit is contained in:
parent
764881a94b
commit
0c2cdcae83
128 changed files with 128 additions and 128 deletions
|
@ -142,4 +142,4 @@ typedef CStringA CString;
|
|||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
int __cdecl isblank (int _C)
|
||||
{
|
||||
return (_isctype(_C, _BLANK) || _C == '\t');
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
int __cdecl iswblank (wint_t _C)
|
||||
{
|
||||
return (iswctype(_C, _BLANK) || _C == '\t');
|
||||
}
|
||||
}
|
||||
|
|
|
@ -85,4 +85,4 @@ void vp_notify(struct virtqueue *vq);
|
|||
NTSTATUS vio_legacy_initialize(VirtIODevice *vdev);
|
||||
NTSTATUS vio_modern_initialize(VirtIODevice *vdev);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -72,4 +72,4 @@ __cxa_pure_virtual()
|
|||
__debugbreak();
|
||||
}
|
||||
|
||||
} // extern "C"
|
||||
} // extern "C"
|
||||
|
|
|
@ -542,4 +542,4 @@ RtlDebugSizeHeap(HANDLE HeapPtr,
|
|||
return Result;
|
||||
}
|
||||
|
||||
/* EOF */
|
||||
/* EOF */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue