Skip to content

Commit ca3c0de

Browse files
committed
spacing
1 parent b0add82 commit ca3c0de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/buildopt/internals.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Options file is generated based on the contents of the sketch header comment blo
2929
and its contents are then used as gcc command-line options (``@file``)
3030

3131
If file does not exist, or cannot be read, then the option will be treated literally, and not removed.
32-
32+
3333
Options in file are separated by whitespace. A whitespace character may be included
3434
in an option by surrounding the entire option in either single or double quotes.
3535
Any character (including a backslash) may be included by prefixing the character
@@ -101,7 +101,7 @@ Paths are always provided as Fully Qualified File Names (FQFNs):
101101
mkbuildoptglobals.extra_flags=
102102
103103
`"prebuild" hook <https://docs.arduino.cc/arduino-cli/platform-specification/#pre-and-post-build-hooks-since-arduino-ide-165>`__ must be used,
104-
allowing this script to run *before* build process creates and / or copies them.
104+
allowing this script to run *before* build process creates and / or copies them.
105105
Both Arduino IDE 1.x and 2.x generate
106106
`prerequisite makefiles (files with a .d suffix) <https://www.gnu.org/software/make/manual/html_node/Automatic-Prerequisites.html>`__
107107
at some point in "discovery phase".

0 commit comments

Comments
 (0)