diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2019-09-30 11:02:41 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2019-09-30 18:27:52 +0000 |
commit | 4913ad9a37ecc71ae1b5c497c17d639e30c35d15 (patch) | |
tree | eb08deb790da1b6c26b7afcc151fcc8e0a3525f2 /docs | |
parent | bc2d73c36bd5dbc3f650c29f60a03d548459c5b0 (diff) |
docs: remove stray newline
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/meson.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/meson.html b/docs/meson.html index 1522adc22d6..0291f90658b 100644 --- a/docs/meson.html +++ b/docs/meson.html @@ -61,8 +61,7 @@ the <em>ninja-build</em> package. The meson program is used to configure the source directory and generates either a ninja build file or Visual Studio® build files. The latter must be enabled via the <code>--backend</code> switch, as ninja is the default -backend on all -operating systems. +backend on all operating systems. </p> <p> |