Fix header, replace tabs with spaces

This commit is contained in:
Alfred Gedeon 2020-12-10 23:43:06 -08:00
parent 33d6aba545
commit 89f1e4be4e

View file

@ -1,6 +1,6 @@
/*
* FreeRTOS Kernel V10.4.2
* Copyright (C) 2020 Cambridge Consultants Ltd.
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
@ -22,7 +22,6 @@
* https://www.FreeRTOS.org
* https://github.com/FreeRTOS
*
* 1 tab == 4 spaces!
*/
/*-----------------------------------------------------------
@ -526,7 +525,7 @@ int iRet;
* will be unblocked.
*/
(void)pthread_sigmask( SIG_SETMASK, &xAllSignals,
&xSchedulerOriginalSignalMask );
*&xSchedulerOriginalSignalMask );
/* SIG_RESUME is only used with sigwait() so doesn't need a
handler. */