[vala/wip/issue/327: 28/43] Fixed file formatting
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/issue/327: 28/43] Fixed file formatting
- Date: Tue, 7 Apr 2020 07:32:57 +0000 (UTC)
commit 2144a726e1a64a24fef13257261e9c8c9f5f13ba
Author: Nick Schrader <nick schrader mailbox org>
Date: Fri Mar 27 23:15:49 2020 -0300
Fixed file formatting
vala/valamemberaccess.vala | 4 ++--
vala/valawithstatement.vala | 4 +---
2 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/vala/valamemberaccess.vala b/vala/valamemberaccess.vala
index 96d13f95c..e42c0447b 100644
--- a/vala/valamemberaccess.vala
+++ b/vala/valamemberaccess.vala
@@ -277,7 +277,7 @@ public class Vala.MemberAccess : Expression {
}
symbol_reference = SemanticAnalyzer.symbol_lookup_inherited (sym,
member_name);
-
+
if (symbol_reference == null && sym is TypeSymbol &&
may_access_instance_members) {
// used for generated to_string methods in enums
symbol_reference = this_parameter.variable_type.get_member
(member_name);
@@ -907,7 +907,7 @@ public class Vala.MemberAccess : Expression {
} else if ((symbol_reference is Field || symbol_reference is Signal)
&& instance && symbol_reference.parent_symbol != null) {
var parent_type = SemanticAnalyzer.get_data_type_for_symbol
(symbol_reference.parent_symbol);
- inner.target_type = parent_type.get_actual_type (inner.value_type,
null, this);
+ inner.target_type = parent_type.get_actual_type (inner.value_type, null,
this);
}
}
diff --git a/vala/valawithstatement.vala b/vala/valawithstatement.vala
index b859c1c20..049c92805 100644
--- a/vala/valawithstatement.vala
+++ b/vala/valawithstatement.vala
@@ -1,8 +1,6 @@
/* valalockstatement.vala
*
- * Copyright (C) 2009 Jiří Zárevúcky
- * Copyright (C) 2006-2010 Jürg Billeter
- * Copyright (C) 2006-2007 Raffaele Sandrini
+ * Copyright (C) 2020 Nick Schrader
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]