]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: fix sc_preprocessor_indentation failure
authorPádraig Brady <P@draigBrady.com>
Thu, 20 Feb 2025 12:54:16 +0000 (12:54 +0000)
committerPádraig Brady <P@draigBrady.com>
Thu, 20 Feb 2025 12:56:16 +0000 (12:56 +0000)
* src/cksum.h: Indent appropriately.

src/cksum.h

index d866a7b74e32efe5dd6e45cf30136a003007b464..1c202ef7676f7fdf0c731b3c8c064dd72961a023 100644 (file)
    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
 #ifndef __CKSUM_H__
-#define __CKSUM_H__
+# define __CKSUM_H__
 
-#include <stdint.h>
-#include <stdio.h>
+# include <stdint.h>
+# include <stdio.h>
 
 extern bool cksum_debug;