[RTL]: Code styling modifications only:
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 4 Jul 2016 20:40:45 +0000 (20:40 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 4 Jul 2016 20:40:45 +0000 (20:40 +0000)
commitd39e489c3a65914530ee7c2a24d730329983f293
tree701f5b739f76030f48f9b4c16a59ab4b576d494c
parent982870596b9a450aca16ad5368fcc3bfc0701d88
[RTL]: Code styling modifications only:
- Use RtlCopyMemory,
- Don't hardcode types for sizeof(parameters),
- Braces for 'for'-loops,
- while (TRUE) instead of while (1),
- Use ULONG for integer iterator that cannot be negative,
- Start sentences with capitals.

svn path=/trunk/; revision=71812
reactos/sdk/lib/rtl/time.c