From a4908fd011670545b3fefee61ad93d1575f8ec81 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Fri, 25 Apr 2008 21:02:54 +0000 Subject: [PATCH] Minor stylistic change (word wrap at 120 characters). --- Source/OpenTK/Platform/Windows/WinGLNative.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/OpenTK/Platform/Windows/WinGLNative.cs b/Source/OpenTK/Platform/Windows/WinGLNative.cs index 3801eb8f..eecb2ef0 100644 --- a/Source/OpenTK/Platform/Windows/WinGLNative.cs +++ b/Source/OpenTK/Platform/Windows/WinGLNative.cs @@ -538,7 +538,8 @@ namespace OpenTK.Platform.Windows break; case WindowBorder.Fixed: - style |= WindowStyle.OverlappedWindow & ~(WindowStyle.ThickFrame | WindowStyle.MaximizeBox | WindowStyle.SizeBox); + style |= WindowStyle.OverlappedWindow & ~(WindowStyle.ThickFrame | WindowStyle.MaximizeBox | + WindowStyle.SizeBox); break; case WindowBorder.Hidden: