summaryrefslogtreecommitdiff
path: root/vala/valaattribute.vala
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-03-27 12:46:26 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2018-03-27 13:12:02 +0200
commit55d883a5b593be366aff440ead4571ee76d86d02 (patch)
treebe85465984a784b0e553a1c15f6e9c91b257be3c /vala/valaattribute.vala
parent7bd54c7a88555831febf186295cc44a7301aa83f (diff)
downloadvala-55d883a5b593be366aff440ead4571ee76d86d02.tar.gz
Drop trailing spaces/tabs
It was about time to do this.
Diffstat (limited to 'vala/valaattribute.vala')
-rw-r--r--vala/valaattribute.vala6
1 files changed, 3 insertions, 3 deletions
diff --git a/vala/valaattribute.vala b/vala/valaattribute.vala
index ed80d66d7..ba4f8f185 100644
--- a/vala/valaattribute.vala
+++ b/vala/valaattribute.vala
@@ -66,7 +66,7 @@ public class Vala.Attribute : CodeNode {
public void add_argument (string key, string value) {
args.set (key, value);
}
-
+
/**
* Returns whether this attribute has the specified named argument.
*
@@ -76,7 +76,7 @@ public class Vala.Attribute : CodeNode {
public bool has_argument (string name) {
return args.contains (name);
}
-
+
/**
* Returns the string value of the specified named argument.
*
@@ -95,7 +95,7 @@ public class Vala.Attribute : CodeNode {
/* unescape string */
return noquotes.compress ();
}
-
+
/**
* Returns the integer value of the specified named argument.
*