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
* 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
* Integrity Systems to sell under the OpenRTOS brand. Low cost OpenRTOS
* licenses offer ticketed support, indemnification and middleware.
* https://www.highintegritysystems.com/openrtos/ - Real Time Engineers ltd
* license FreeRTOS to High Integrity Systems to sell under the OpenRTOS brand.
* Low cost OpenRTOS licenses offer ticketed support, indemnification
* and middleware.
*
* https://www.highintegritysystems.com/safertos/ - High Integrity Systems also provide a safety
* engineered and independently SIL3 certified version for use in safety and
* mission critical applications that require provable dependability.
* https://www.highintegritysystems.com/safertos/ - High Integrity Systems
* also provide a safety engineered and independently SIL3 certified version
* 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
* participating in the support forum.
*
* https://www.FreeRTOS.org/training - Investing in training allows your team to
* be as productive as possible as early as possible. Now you can receive
* https://www.FreeRTOS.org/training - Investing in training allows your team
* 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
* 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,
* indemnification and commercial middleware.
*
* https://www.highintegritysystems.com/safertos/ -
* High Integrity Systems also provide a safety engineered and independently
* SIL3 certified version for use in safety and
* mission critical applications that require provable dependability.
* https://www.highintegritysystems.com/safertos/ - High Integrity Systems
* also provide a safety engineered and independently SIL3 certified version
* for use in safety and mission critical applications that
* require provable dependability.
*
*/
@ -89,7 +89,7 @@
* // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
* // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
* // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* --------------------------------------------------------------------------------
* -----------------------------------------------------------------------------
*/
#include <stdlib.h>