Style: fix line wrapping to 80 chars

This commit is contained in:
Alfred Gedeon 2020-09-17 14:59:39 -07:00
parent 2256841c32
commit bf3aa561f1
2 changed files with 15 additions and 13 deletions

View file

@ -51,13 +51,15 @@
* including FreeRTOS+Trace - an indispensable productivity tool, a DOS * including FreeRTOS+Trace - an indispensable productivity tool, a DOS
* compatible FAT file system, and our tiny thread aware UDP/IP stack. * compatible FAT file system, and our tiny thread aware UDP/IP stack.
* *
* https://www.highintegritysystems.com/openrtos/ - Real Time Engineers ltd license FreeRTOS to High * https://www.highintegritysystems.com/openrtos/ - Real Time Engineers ltd
* Integrity Systems to sell under the OpenRTOS brand. Low cost OpenRTOS * license FreeRTOS to High Integrity Systems to sell under the OpenRTOS brand.
* licenses offer ticketed support, indemnification and middleware. * Low cost OpenRTOS licenses offer ticketed support, indemnification
* and middleware.
* *
* https://www.highintegritysystems.com/safertos/ - High Integrity Systems also provide a safety * https://www.highintegritysystems.com/safertos/ - High Integrity Systems
* engineered and independently SIL3 certified version for use in safety and * also provide a safety engineered and independently SIL3 certified version
* mission critical applications that require provable dependability. * for use in safety and mission critical applications that require
* provable dependability.
* *
*/ */

View file

@ -44,8 +44,8 @@
* embedded software for free we request you assist our global community by * embedded software for free we request you assist our global community by
* participating in the support forum. * participating in the support forum.
* *
* https://www.FreeRTOS.org/training - Investing in training allows your team to * https://www.FreeRTOS.org/training - Investing in training allows your team
* be as productive as possible as early as possible. Now you can receive * to be as productive as possible as early as possible. Now you can receive
* FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers * FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
* Ltd, and the world's leading authority on the world's leading RTOS. * Ltd, and the world's leading authority on the world's leading RTOS.
* *
@ -61,10 +61,10 @@
* the OpenRTOS brand. Low cost OpenRTOS licenses offer ticketed support, * the OpenRTOS brand. Low cost OpenRTOS licenses offer ticketed support,
* indemnification and commercial middleware. * indemnification and commercial middleware.
* *
* https://www.highintegritysystems.com/safertos/ - * https://www.highintegritysystems.com/safertos/ - High Integrity Systems
* High Integrity Systems also provide a safety engineered and independently * also provide a safety engineered and independently SIL3 certified version
* SIL3 certified version for use in safety and * for use in safety and mission critical applications that
* mission critical applications that require provable dependability. * require provable dependability.
* *
*/ */
@ -89,7 +89,7 @@
* // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, * // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
* // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE * // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
* // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* -------------------------------------------------------------------------------- * -----------------------------------------------------------------------------
*/ */
#include <stdlib.h> #include <stdlib.h>