mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:45:46 +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
|
@ -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 */
|
||||
|
|
|
@ -442,4 +442,4 @@ HRESULT WINAPI D3DXDisassembleEffect(ID3DXEffect *effect, BOOL enable_color_code
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* __D3DX9EFFECT_H__ */
|
||||
#endif /* __D3DX9EFFECT_H__ */
|
||||
|
|
|
@ -48,4 +48,4 @@ typedef struct _LSAP_RM_API_MESSAGE
|
|||
} u;
|
||||
} LSAP_RM_API_MESSAGE, *PLSAP_RM_API_MESSAGE;
|
||||
|
||||
#endif /* _SRMP_ */
|
||||
#endif /* _SRMP_ */
|
||||
|
|
|
@ -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