Skip to content

Commit

Permalink
Applied EditorConfig lint. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
silvioprog committed Dec 5, 2019
1 parent c5ba073 commit e7399c1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/ABIComplianceChecker.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ xdg-open compat_reports/sagui/${SG_OLD_VER}_to_${SG_NEW_VER}/compat_report.html
# or just open compat_report.html on your browser
```

**NOTE:** the `Binary Compatibility` and `Source Compatibility` tabs should show `Compatibility: 100%` in their `Test Results` table.
**NOTE:** the `Binary Compatibility` and `Source Compatibility` tabs should show `Compatibility: 100%` in their `Test Results` table.
6 changes: 3 additions & 3 deletions docs/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Sagui library 2.4.0 - building summary:
-- Build files have been written to: ~/libsagui/build
```

Finally, build the shared library:
Finally, build the shared library:

```bash
make sagui
Expand Down Expand Up @@ -154,7 +154,7 @@ Scanning dependencies of target sagui
[ 97%] Building C object src/CMakeFiles/sagui.dir/sg_router.c.o
[100%] Linking C shared library libsagui.so
[100%] Built target sagui
```
```

# Building the shared library (.so/.dll)

Expand Down Expand Up @@ -366,4 +366,4 @@ make clean_pushed_tests
export target_host=arm-linux-gnueabihf && export AR=$target_host-ar && export AS=$target_host-gcc && export CC=$target_host-gcc && export LD=$target_host-ld && export STRIP=$target_host-strip
cmake -DCMAKE_C_COMPILER=arm-linux-gnueabihf-gcc -DCMAKE_INSTALL_PREFIX=./Output ..
make sagui install/strip
```
```
2 changes: 1 addition & 1 deletion docs/PVS_STUDIO.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=ON -DSG_PVS_STUDIO=ON ..
make pvs_studio_analysis
```

The full PVS report will be generated in the `build/pvs_studio_fullhtml` directory.
The full PVS report will be generated in the `build/pvs_studio_fullhtml` directory.
2 changes: 1 addition & 1 deletion docs/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Report non-public reports to the [issue tracker](https://github.com/risoflora/li

# Committing a fix

The fix when is made available, preferably within 1 month of the report, is pushed to the repository using a detailed message on all supported branches which are affected. The commit message must refer to the bug report addressed (e.g., our issue tracker or some external issue tracker).
The fix when is made available, preferably within 1 month of the report, is pushed to the repository using a detailed message on all supported branches which are affected. The commit message must refer to the bug report addressed (e.g., our issue tracker or some external issue tracker).
4 changes: 2 additions & 2 deletions THANKS → docs/THANKS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Silvio Clecio [silvioprog] (Maintainer)
Silvio Clecio [silvioprog] (Author)
Adeilza Lustosa (Documentation/translations)
Arthur O'Dwyer [Quuxplusone] (uthash)
Christian Grothoff (GNU libmicrohttpd)
Expand All @@ -11,4 +11,4 @@ Troy D. Hanson [troydhanson] (uthash)
Valmadson Santos (Project user/tester)
Waldir Paim [waldirpaim] (Project mentor)

and special thanks to the people who help me to maintain this project!
and special thanks to the people who help me to maintain this project!

0 comments on commit e7399c1

Please sign in to comment.