summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2019-10-04 08:45:00 -0400
committerNat Goodspeed <nat@lindenlab.com>2020-03-25 18:47:13 -0400
commit16b768370b8587f63231f9bbc06ab48b58a4f15e (patch)
tree4aa6da69efd0f756ed87aae4d452cf38145de73b /indra/newview
parent54bc5ee9e1b76b2aabd4407ebd5760862e337700 (diff)
DRTVWR-476: Fix Windows line endings
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llwindebug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llwindebug.h b/indra/newview/llwindebug.h
index 05f245b311..524adba652 100644
--- a/indra/newview/llwindebug.h
+++ b/indra/newview/llwindebug.h
@@ -29,8 +29,8 @@
#include "stdtypes.h"
#include "llwin32headerslean.h"
-
-#pragma warning (push)
+
+#pragma warning (push)
#pragma warning (disable:4091) // a microsoft header has warnings. Very nice.
#include <dbghelp.h>
#pragma warning (pop)