Skip to content

Commit 5dffac8

Browse files
committed
docs: fixup lib_dev code indentation
1 parent e84dec5 commit 5dffac8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/dev/lib_dev.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ Configuring the liblsl project
5050

5151
.. code:: bash
5252
53-
cd liblsl
54-
mkdir build && cd build
55-
cmake .. -G <generator name>
53+
cd liblsl
54+
mkdir build && cd build
55+
cmake .. -G <generator name>
5656
5757
Note: call :cmd:`cmake -G` without a generator name to get a list of available generators.
5858
I use :cmd:`cmake .. -G "Visual Studio 16 2019" -A x64`

0 commit comments

Comments
 (0)