[gnome-builder/wip/gtk4-port: 1432/1774] plugins/make-tempalates: fix extra spacing
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 1432/1774] plugins/make-tempalates: fix extra spacing
- Date: Mon, 11 Jul 2022 22:31:45 +0000 (UTC)
commit 32d0bd4d37bcb0004db22ea3051e01de5e496fcc
Author: Christian Hergert <chergert redhat com>
Date: Wed Jun 8 14:22:41 2022 -0700
plugins/make-tempalates: fix extra spacing
This was a workaround for something in template-glib which has been fixed.
src/plugins/make-templates/resources/main.c | 1 -
src/plugins/make-templates/resources/main.cpp | 1 -
2 files changed, 2 deletions(-)
---
diff --git a/src/plugins/make-templates/resources/main.c b/src/plugins/make-templates/resources/main.c
index b20db3962..4d35a713d 100644
--- a/src/plugins/make-templates/resources/main.c
+++ b/src/plugins/make-templates/resources/main.c
@@ -1,6 +1,5 @@
{{include "license.c"}}
-
#include <stdio.h>
#include <stdlib.h>
diff --git a/src/plugins/make-templates/resources/main.cpp b/src/plugins/make-templates/resources/main.cpp
index d7fade965..481154f7f 100644
--- a/src/plugins/make-templates/resources/main.cpp
+++ b/src/plugins/make-templates/resources/main.cpp
@@ -1,6 +1,5 @@
{{include "license.cpp"}}
-
#include <iostream>
#include <cstdlib>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]