Skip to content

Commit f650e09

Browse files
committed
Removes trailing white space.
1 parent e3e27a9 commit f650e09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/network/doc/getting_started.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ CMake projects
230230

231231
Projects using CMake can add the following lines in their ``CMakeLists.txt`` to
232232
be able to use :mod:`cpp-netlib`::
233-
233+
234234
set ( CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} ~/cpp-netlib-build )
235235
find_package ( cppnetlib 0.11.0 REQUIRED )
236236
include_directories ( ${CPPNETLIB_INCLUDE_DIRS} )
@@ -240,7 +240,7 @@ be able to use :mod:`cpp-netlib`::
240240
is not installed to a location that CMake searches. When :mod:`cpp-netlib`
241241
is installed to the default location (``/usr/local``), ``CMake`` can find it.
242242

243-
.. note:: We assume that ``MyApplication`` is the application that you are
243+
.. note:: We assume that ``MyApplication`` is the application that you are
244244
building and which depends on :mod:`cpp-netlib`.
245245

246246

0 commit comments

Comments
 (0)