[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

@ -544,4 +544,4 @@ __MINGW_EXTENSION long long __cdecl llrintl (long double);
#endif
#endif /* C99 or non strict ANSI or C++ */
#endif /* __NO_ISOCEXT */
#endif /* __NO_ISOCEXT */

View file

@ -442,4 +442,4 @@ HRESULT WINAPI D3DXDisassembleEffect(ID3DXEffect *effect, BOOL enable_color_code
}
#endif
#endif /* __D3DX9EFFECT_H__ */
#endif /* __D3DX9EFFECT_H__ */

View file

@ -48,4 +48,4 @@ typedef struct _LSAP_RM_API_MESSAGE
} u;
} LSAP_RM_API_MESSAGE, *PLSAP_RM_API_MESSAGE;
#endif /* _SRMP_ */
#endif /* _SRMP_ */

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 */