[vala/0.46] vala: Fix code indentation
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.46] vala: Fix code indentation
- Date: Thu, 30 Jul 2020 11:03:07 +0000 (UTC)
commit 2de28c0c6a685cfde48f3ad337cc16015c9c578c
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Fri Jul 17 12:35:03 2020 +0200
vala: Fix code indentation
vala/valabinaryexpression.vala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vala/valabinaryexpression.vala b/vala/valabinaryexpression.vala
index b85f6ffce..579256ec0 100644
--- a/vala/valabinaryexpression.vala
+++ b/vala/valabinaryexpression.vala
@@ -415,8 +415,8 @@ public class Vala.BinaryExpression : Expression {
if (left.value_type.compatible (context.analyzer.string_type)
&& right.value_type.compatible (context.analyzer.string_type)) {
// string comparison
- } else if (left.value_type is PointerType && right.value_type is PointerType)
{
- // pointer arithmetic
+ } else if (left.value_type is PointerType && right.value_type is PointerType) {
+ // pointer arithmetic
} else {
DataType resulting_type;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]