diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-15 06:47:32 +0100 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-15 06:48:17 +0100 | 
| commit | 577f8c0d920521e53c7699fe05b8de470c909645 (patch) | |
| tree | 4318b0ada3957ad8ede0d95aaf253a4b1f6cdc53 | |
| parent | 4d8165d790abeb5ed6db65ef5fefaa93d6a87f48 (diff) | |
| download | fiv-577f8c0d920521e53c7699fe05b8de470c909645.tar.gz fiv-577f8c0d920521e53c7699fe05b8de470c909645.tar.xz fiv-577f8c0d920521e53c7699fe05b8de470c909645.zip  | |
Fix inconsistent indentation
VIM has a stupid default configuration for this file.
| -rw-r--r-- | meson_options.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 3edd0e1..97e393b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,5 +1,5 @@  option('libraw', type : 'feature', value : 'auto', -    description : 'Build with raw photo support, requires LibRaw') +	description : 'Build with raw photo support, requires LibRaw')  option('librsvg', type : 'feature', value : 'auto',  	description : 'Build with SVG support, requires librsvg')  option('xcursor', type : 'feature', value : 'auto',  | 
