eng/coding-conventions.rst: Fix duplicate periods

This commit is contained in:
Joel Sherrill 2022-06-15 10:53:21 -05:00
parent 5a7acfcd39
commit 582141e757

View File

@ -206,7 +206,7 @@ Portability
Maintainability Maintainability
--------------- ---------------
* Minimize modifications to `third-party code <https://devel.rtems.org/wiki/Developer/Coding/ThirdPartyCode>`_.. * Minimize modifications to `third-party code <https://devel.rtems.org/wiki/Developer/Coding/ThirdPartyCode>`_.
* Keep it simple! Simple code is easier to debug and easier to read than clever code. * Keep it simple! Simple code is easier to debug and easier to read than clever code.
* Share code with other architectures, CPUs, and BSPs where possible. * Share code with other architectures, CPUs, and BSPs where possible.
* Do not duplicate standard OS or C Library routines. * Do not duplicate standard OS or C Library routines.