summaryrefslogtreecommitdiff
path: root/gtk2_ardour/simpleline.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-10-14 16:10:01 +0000
committerDavid Robillard <d@drobilla.net>2009-10-14 16:10:01 +0000
commitbb9cc45cd22af67ac275a5e73accbe14fee664d8 (patch)
treee52977d3eae6ff07b856088041a080a2fa3e5b79 /gtk2_ardour/simpleline.h
parent8c4ce1e2ce35571aed5a686671431fdfffae7f8c (diff)
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
Vimmers, try let c_space_errors = 1 in your .vimrc to highlight this kind of stuff in red. I don't know the emacs equivalent... git-svn-id: svn://localhost/ardour2/branches/3.0@5773 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/simpleline.h')
-rw-r--r--gtk2_ardour/simpleline.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/gtk2_ardour/simpleline.h b/gtk2_ardour/simpleline.h
index 3e23ace83b..3aea5a4aa4 100644
--- a/gtk2_ardour/simpleline.h
+++ b/gtk2_ardour/simpleline.h
@@ -6,7 +6,7 @@
/* line.h
- *
+ *
* Copyright (C) 1998 EMC Capital Management Inc.
* Developed by Havoc Pennington <hp@pobox.com>
*
@@ -109,7 +109,7 @@ public:
explicit SimpleLine(Group& parent);
SimpleLine(Group& parent, double x1, double y1, double x2, double y2);
- /**
+ /**
*
* You rarely need to use properties because there are get_ and set_ methods for almost all of them.
* @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
@@ -117,7 +117,7 @@ public:
*/
Glib::PropertyProxy<double> property_x1() ;
-/**
+/**
*
* You rarely need to use properties because there are get_ and set_ methods for almost all of them.
* @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
@@ -125,7 +125,7 @@ public:
*/
Glib::PropertyProxy_ReadOnly<double> property_x1() const;
- /**
+ /**
*
* You rarely need to use properties because there are get_ and set_ methods for almost all of them.
* @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
@@ -133,7 +133,7 @@ public:
*/
Glib::PropertyProxy<double> property_x2() ;
-/**
+/**
*
* You rarely need to use properties because there are get_ and set_ methods for almost all of them.
* @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
@@ -142,7 +142,7 @@ public:
Glib::PropertyProxy_ReadOnly<double> property_x2() const;
- /**
+ /**
*
* You rarely need to use properties because there are get_ and set_ methods for almost all of them.
* @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
@@ -150,7 +150,7 @@ public:
*/
Glib::PropertyProxy<double> property_y1() ;
-/**
+/**
*
* You rarely need to use properties because there are get_ and set_ methods for almost all of them.
* @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
@@ -158,7 +158,7 @@ public:
*/
Glib::PropertyProxy_ReadOnly<double> property_y1() const;
- /**
+ /**
*
* You rarely need to use properties because there are get_ and set_ methods for almost all of them.
* @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
@@ -166,7 +166,7 @@ public:
*/
Glib::PropertyProxy<double> property_y2() ;
-/**
+/**
*
* You rarely need to use properties because there are get_ and set_ methods for almost all of them.
* @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
@@ -174,7 +174,7 @@ public:
*/
Glib::PropertyProxy_ReadOnly<double> property_y2() const;
- /**
+ /**
*
* You rarely need to use properties because there are get_ and set_ methods for almost all of them.
* @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
@@ -182,7 +182,7 @@ public:
*/
Glib::PropertyProxy<guint> property_color_rgba() ;
-/**
+/**
*
* You rarely need to use properties because there are get_ and set_ methods for almost all of them.
* @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when