diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2018-03-27 12:46:26 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2018-03-27 13:12:02 +0200 |
commit | 55d883a5b593be366aff440ead4571ee76d86d02 (patch) | |
tree | be85465984a784b0e553a1c15f6e9c91b257be3c /vala/valatypeofexpression.vala | |
parent | 7bd54c7a88555831febf186295cc44a7301aa83f (diff) | |
download | vala-55d883a5b593be366aff440ead4571ee76d86d02.tar.gz |
Drop trailing spaces/tabs
It was about time to do this.
Diffstat (limited to 'vala/valatypeofexpression.vala')
-rw-r--r-- | vala/valatypeofexpression.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/valatypeofexpression.vala b/vala/valatypeofexpression.vala index 9b0e02e13..936c7d44a 100644 --- a/vala/valatypeofexpression.vala +++ b/vala/valatypeofexpression.vala @@ -50,7 +50,7 @@ public class Vala.TypeofExpression : Expression { type_reference = type; source_reference = source; } - + public override void accept (CodeVisitor visitor) { visitor.visit_typeof_expression (this); |