[gnome-builder] meson-templates: Fix whitespace (again)



commit 7f2cd7150f44c71649a359e80cab448a66702959
Author: Phaedrus Leeds <mwleeds endlessos org>
Date:   Sat Dec 5 23:09:47 2020 -0800

    meson-templates: Fix whitespace (again)
    
    In the last commit I fixed the issue where the "project(" line in
    meson.build has trailing spaces, but at the cost of the "version:" line
    showing up on the same line rather than the next line, so fix that by
    adding an extra newline character.

 src/plugins/meson-templates/resources/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/plugins/meson-templates/resources/meson.build 
b/src/plugins/meson-templates/resources/meson.build
index c579f619c..d3177e7fa 100644
--- a/src/plugins/meson-templates/resources/meson.build
+++ b/src/plugins/meson-templates/resources/meson.build
@@ -1,4 +1,5 @@
 project('{{name}}',{{if language == "c"}} 'c',{{else if language == "c++"}} ['cpp', 'c'],{{else if language 
== "vala"}} ['c', 'vala'],{{else if language == "c♯"}} 'cs',{{end}}
+
           version: '{{project_version}}',
     meson_version: '>= 0.50.0',
   default_options: [ 'warning_level=2',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]