[vala/staging: 1/2] girwriter: Drop errornous indent
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/staging: 1/2] girwriter: Drop errornous indent
- Date: Thu, 17 May 2018 07:33:23 +0000 (UTC)
commit dfdafa42e39c885490158b71f8f2838dd882e127
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Wed May 16 19:45:44 2018 +0200
girwriter: Drop errornous indent
codegen/valagirwriter.vala | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/codegen/valagirwriter.vala b/codegen/valagirwriter.vala
index d0de350..284d3bb 100644
--- a/codegen/valagirwriter.vala
+++ b/codegen/valagirwriter.vala
@@ -382,7 +382,6 @@ public class Vala.GIRWriter : CodeVisitor {
foreach (Method m in cl.get_methods ()) {
if (m.is_abstract || m.is_virtual) {
- write_indent ();
if (m.coroutine) {
string finish_name = m.name;
if (finish_name.has_suffix ("_async")) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]