aboutsummaryrefslogtreecommitdiff
path: root/sp/src/common/replay/replayhandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'sp/src/common/replay/replayhandle.h')
-rw-r--r--sp/src/common/replay/replayhandle.h48
1 files changed, 24 insertions, 24 deletions
diff --git a/sp/src/common/replay/replayhandle.h b/sp/src/common/replay/replayhandle.h
index 1c920a55..2dd84148 100644
--- a/sp/src/common/replay/replayhandle.h
+++ b/sp/src/common/replay/replayhandle.h
@@ -1,25 +1,25 @@
-//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-//=======================================================================================//
-
-#ifndef REPLAYHANDLE_H
-#define REPLAYHANDLE_H
-#ifdef _WIN32
-#pragma once
-#endif
-
-//----------------------------------------------------------------------------------------
-
-#include "platform.h"
-
-//----------------------------------------------------------------------------------------
-
-typedef uint32 ReplayHandle_t;
-
-//----------------------------------------------------------------------------------------
-
-#define REPLAY_HANDLE_INVALID ( (ReplayHandle_t)-1 )
-
-//----------------------------------------------------------------------------------------
-
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+//=======================================================================================//
+
+#ifndef REPLAYHANDLE_H
+#define REPLAYHANDLE_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+//----------------------------------------------------------------------------------------
+
+#include "platform.h"
+
+//----------------------------------------------------------------------------------------
+
+typedef uint32 ReplayHandle_t;
+
+//----------------------------------------------------------------------------------------
+
+#define REPLAY_HANDLE_INVALID ( (ReplayHandle_t)-1 )
+
+//----------------------------------------------------------------------------------------
+
#endif // REPLAYHANDLE_H \ No newline at end of file