Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeungha Yang <seungha@centricular.com>2020-07-28 12:00:38 +0300
committerSeungha Yang <seungha@centricular.com>2020-07-28 12:00:38 +0300
commit9b7b53096900abd0cf6b93c7016ebe62aa05bf57 (patch)
tree8db8781460f9eb41c1673a4bf01324db59d1b516
parent09b0435c272c03ce93bc0345129e28f9596d9a16 (diff)
orc: Remove trailing white spaces
Part-of: <https://gitlab.freedesktop.org/gstreamer/orc/-/merge_requests/48>
-rw-r--r--orc/orccodemem.c2
-rw-r--r--orc/orccompiler.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/orc/orccodemem.c b/orc/orccodemem.c
index 0081835..aded186 100644
--- a/orc/orccodemem.c
+++ b/orc/orccodemem.c
@@ -294,7 +294,7 @@ orc_code_region_allocate_codemem (OrcCodeRegion *region)
"/tmp", FALSE)) return;
if (orc_code_region_allocate_codemem_anon_map (region)) return;
-
+
ORC_ERROR("Failed to create write and exec mmap regions. This "
"is probably because SELinux execmem check is enabled (good) "
"and $TMPDIR and $HOME are mounted noexec (bad).");
diff --git a/orc/orccompiler.c b/orc/orccompiler.c
index 63eee29..9c1dc3c 100644
--- a/orc/orccompiler.c
+++ b/orc/orccompiler.c
@@ -719,7 +719,7 @@ orc_compiler_rewrite_insns (OrcCompiler *compiler)
var = compiler->vars + insn.dest_args[i];
if (var->vartype == ORC_VAR_TYPE_DEST) {
OrcInstruction *cinsn;
-
+
cinsn = compiler->insns + compiler->n_insns;
compiler->n_insns++;