[mutter] meson.build: Remove a newline



commit 9e9f3a0330a1800dba2b81985c645b25da20ecb3
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Tue Jan 4 11:26:51 2022 +0100

    meson.build: Remove a newline
    
    Will group two related variables together. The actual motivation is to
    trigger the dist CI job.
    
    Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2204>

 meson.build | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index c9e57c8126..96470d455f 100644
--- a/meson.build
+++ b/meson.build
@@ -83,7 +83,6 @@ libmutter_name = 'mutter-' + libmutter_api_version
 
 mutter_installed_tests_datadir = join_paths(
   datadir, 'installed-tests', libmutter_name)
-
 mutter_installed_tests_libexecdir = join_paths(
   libexecdir, 'installed-tests', libmutter_name)
 


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