From 31cafc8e7d01f6b2d879403d1ce676b4bbe1498c Mon Sep 17 00:00:00 2001 From: Luc Date: Sun, 22 Dec 2024 13:29:57 +0100 Subject: [PATCH] meson.build: updated formatting --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 2c824ab..3e6f611 100644 --- a/meson.build +++ b/meson.build @@ -2,10 +2,10 @@ project('zlevis', license: 'GPL3', version: '1') # Define bindir -bindir=join_paths(get_option('prefix'), get_option('bindir')) +bindir = join_paths(get_option('prefix'), get_option('bindir')) # Define bins list -bins=[] +bins = [] # Define subdir with bins subdir('src')