[gnome-builder] pipeline: whitespace
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] pipeline: whitespace
- Date: Thu, 23 Nov 2017 19:04:11 +0000 (UTC)
commit 36dc845c2178ae071c9f0cc0b281ae91d57cd077
Author: Christian Hergert <chergert redhat com>
Date: Thu Nov 23 10:59:35 2017 -0800
pipeline: whitespace
src/libide/buildsystem/ide-build-pipeline.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/libide/buildsystem/ide-build-pipeline.c b/src/libide/buildsystem/ide-build-pipeline.c
index 4a403b4..976c409 100644
--- a/src/libide/buildsystem/ide-build-pipeline.c
+++ b/src/libide/buildsystem/ide-build-pipeline.c
@@ -799,9 +799,9 @@ register_build_commands_stage (IdeBuildPipeline *self,
g_assert (IDE_IS_CONTEXT (context));
g_assert (IDE_IS_CONFIGURATION (self->configuration));
- build_commands = ide_configuration_get_build_commands (self->configuration);
- if (build_commands == NULL)
+ if (NULL == (build_commands = ide_configuration_get_build_commands (self->configuration)))
return;
+
for (guint i = 0; build_commands[i]; i++)
{
g_autoptr(IdeSubprocessLauncher) launcher = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]