[vala/staging] vala: Fix code indentation
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/staging] vala: Fix code indentation
- Date: Fri, 17 Jul 2020 10:41:15 +0000 (UTC)
commit 72afa64f1ca9814830e4a1ad7444465af9ea08f1
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 bfcaba2ab..19808879f 100644
--- a/vala/valabinaryexpression.vala
+++ b/vala/valabinaryexpression.vala
@@ -454,8 +454,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]