Blame SOURCES/0070-cpp-test-Fix-indentation.patch

73b847
From a0f18b7200056d3250b0112dcfd46e7d7441606b Mon Sep 17 00:00:00 2001
73b847
From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
73b847
Date: Wed, 4 Dec 2019 12:32:28 +0100
73b847
Subject: [PATCH 070/181] cpp-test: Fix indentation
73b847
73b847
---
73b847
 examples/cpp-test.cpp | 8 ++++----
73b847
 1 file changed, 4 insertions(+), 4 deletions(-)
73b847
73b847
diff --git a/examples/cpp-test.cpp b/examples/cpp-test.cpp
73b847
index a0eb2ed..99967e2 100644
73b847
--- a/examples/cpp-test.cpp
73b847
+++ b/examples/cpp-test.cpp
73b847
@@ -6,10 +6,10 @@
73b847
 
73b847
 int main (int argc, char **argv)
73b847
 {
73b847
-	FpContext *ctx;
73b847
+  FpContext *ctx;
73b847
 
73b847
-	ctx = fp_context_new ();
73b847
-	g_object_unref (ctx);
73b847
+  ctx = fp_context_new ();
73b847
+  g_object_unref (ctx);
73b847
 
73b847
-	return 0;
73b847
+  return 0;
73b847
 }
73b847
-- 
73b847
2.24.1
73b847