From a0420daec3d73e81720c149d7460d25c3ba1ff79 Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Tue, 10 Oct 2023 02:36:21 +0200 Subject: [PATCH] Remove trailing whitespaces --- examples/C++/README.md | 2 +- examples/C/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/C++/README.md b/examples/C++/README.md index 92dcbbd3..80099bf5 100644 --- a/examples/C++/README.md +++ b/examples/C++/README.md @@ -18,7 +18,7 @@ To build an example, cd into its directory and run the make command. mingw32-make # MSVC - nmake + nmake ``` - **Linux** diff --git a/examples/C/README.md b/examples/C/README.md index 2f708b56..84d086b2 100644 --- a/examples/C/README.md +++ b/examples/C/README.md @@ -20,7 +20,7 @@ To build an example, cd into its directory and run the make command. mingw32-make # MSVC - nmake + nmake ``` - **Linux**