Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRavindra <ravindra@mono-cvs.ximian.com>2004-11-17 14:36:23 +0300
committerRavindra <ravindra@mono-cvs.ximian.com>2004-11-17 14:36:23 +0300
commit5861c93b04efc4eadd1f217726d23e57515252f5 (patch)
tree89990139c674a6ab1921400e0ecc472728210fe8 /mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs
parent6680c1bb12e5515c6eb69f8e796df3cc4679fdff (diff)
Formatting VS.NET's formatting mess.
svn path=/trunk/mcs/; revision=36210
Diffstat (limited to 'mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs')
-rw-r--r--mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs
index 6ece20d2b3d..2856a0912bb 100644
--- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs
+++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms/ColumnHeader.cs
@@ -89,7 +89,7 @@ namespace System.Windows.Forms
// we can't do ColumnHeader.column_rect.XXX. Hence,
// we have some of the following properties to work around CS0197.
internal bool Pressed {
- get { return this.pressed; }
+ get { return this.pressed; }
}
internal int X {