[gnome-photos/wip/rishi/build-style-fixes] build: Style fixes



commit c4d70cee5cefb19c377c41f8954fba7ff7d6871d
Author: Debarshi Ray <debarshir gnome org>
Date:   Sat Jun 1 15:35:55 2019 +0000

    build: Style fixes
    
    https://gitlab.gnome.org/GNOME/gnome-photos/merge_requests/107

 meson.build     | 3 ++-
 src/meson.build | 5 +----
 2 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/meson.build b/meson.build
index 92086df9..b269c71c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,6 @@
 project(
-  'gnome-photos', 'c',
+  'gnome-photos',
+  'c',
   version: '3.33.1',
   license: 'GPL3+',
   default_options: 'buildtype=debugoptimized',
diff --git a/src/meson.build b/src/meson.build
index f1eecc6f..a4f25576 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -89,10 +89,7 @@ libgnome_photos = shared_library(
   install_dir: photos_libdir,
 )
 
-libgnome_photos_dep = declare_dependency(
-  link_with: libgnome_photos,
-  sources: libgnome_photos_built_headers,
-)
+libgnome_photos_dep = declare_dependency(link_with: libgnome_photos, sources: libgnome_photos_built_headers)
 
 common_sources = []
 


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