Skip to content

Commit 55a7be3

Browse files
committed
- dropped unnecessary (and actually problematic) whitespaces around time.h-include (facebookarchive#130)
1 parent d47ef13 commit 55a7be3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Source/include/slikenet/gettimeofday.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@
66
* RakNet License.txt file in the licenses directory of this source tree. An additional grant
77
* of patent rights can be found in the RakNet Patents.txt file in the same directory.
88
*
9+
* Modified work: Copyright (c) 2019, SLikeSoft UG (haftungsbeschränkt)
10+
*
11+
* This source code was modified by SLikeSoft. Modifications are licensed under the MIT-style
12+
* license found in the license.txt file in the root directory of this source tree.
913
*/
1014

1115
#ifndef __GET_TIME_OF_DAY_H
1216
#define __GET_TIME_OF_DAY_H
1317

1418
#if defined(_WIN32) && !defined(__GNUC__) &&!defined(__GCCXML__)
15-
#include < time.h >
19+
#include <time.h>
1620
struct timezone
1721
{
1822
int tz_minuteswest; /* minutes W of Greenwich */

0 commit comments

Comments
 (0)