Skip to content

Commit dda9b9c

Browse files
Gadgetoiddpgeorge
authored andcommittedMar 7, 2024
all: Prune trailing whitespace.
Prune trailing whitespace across the whole project (almost), done automatically with: grep -IUrl --color "[[:blank:]]$" --exclude-dir=.git --exclude=*.exp |\ xargs sed -i 's/[[:space:]]*$//' Exceptions: - Skip third-party code in lib/ and drivers/cc3100/ - Skip generated code in bluetooth_init_cc2564C_1.5.c - Preserve command output whitespace in docs, eg: docs/esp8266/tutorial/repl.rst Signed-off-by: Phil Howard <[email protected]>
1 parent decf8e6 commit dda9b9c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+386
-386
lines changed
 

‎.github/workflows/ports_windows.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
- uses: actions/setup-python@v5
5757
if: matrix.runner == 'windows-2019'
5858
with:
59-
python-version: '3.9'
59+
python-version: '3.9'
6060
- uses: actions/checkout@v4
6161
- name: Build mpy-cross.exe
6262
run: msbuild mpy-cross\mpy-cross.vcxproj -maxcpucount -property:Configuration=${{ matrix.configuration }} -property:Platform=${{ matrix.platform }}
6363
- name: Update submodules
6464
run: git submodule update --init lib/micropython-lib
6565
- name: Build micropython.exe
66-
run: msbuild ports\windows\micropython.vcxproj -maxcpucount -property:Configuration=${{ matrix.configuration }} -property:Platform=${{ matrix.platform }} -property:PyVariant=${{ matrix.variant }}
66+
run: msbuild ports\windows\micropython.vcxproj -maxcpucount -property:Configuration=${{ matrix.configuration }} -property:Platform=${{ matrix.platform }} -property:PyVariant=${{ matrix.variant }}
6767
- name: Get micropython.exe path
6868
id: get_path
6969
run: |
@@ -123,7 +123,7 @@ jobs:
123123
msystem: ${{ matrix.sys }}
124124
update: true
125125
install: >-
126-
make
126+
make
127127
mingw-w64-${{ matrix.env }}-gcc
128128
pkg-config
129129
python3

‎docs/develop/gettingstarted.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Check that you have Python available on your system:
112112
.. code-block:: bash
113113
114114
$ python3
115-
Python 3.5.0 (default, Jul 17 2020, 14:04:10)
115+
Python 3.5.0 (default, Jul 17 2020, 14:04:10)
116116
[GCC 5.4.0 20160609] on linux
117117
Type "help", "copyright", "credits" or "license" for more information.
118118
>>>

0 commit comments

Comments
 (0)