[gnome-builder/wip/gtk4-port] 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] plugins/make-tempalates: fix extra spacing
- Date: Wed, 8 Jun 2022 21:22:49 +0000 (UTC)
commit e979240c365570c6e26539078472cb9702eca00e
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]