Reformat code.

This commit is contained in:
2019-01-27 20:33:59 +00:00
parent 43d34c6770
commit 40a0a729f1
19 changed files with 5201 additions and 5370 deletions

View File

@@ -29,7 +29,7 @@ Contains definitions common to DOS and OS/2
Copyright (C) 2011-2018 Natalia Portillo
*****************************************************************************/
#if defined(__OS2__) || defined (__os2__) || defined(__DOS__) || defined (MSDOS)
#if defined(__OS2__) || defined(__os2__) || defined(__DOS__) || defined(MSDOS)
#ifndef DIC_FSTESTER_SETTER_DOSOS2_H
#define DIC_FSTESTER_SETTER_DOSOS2_H
@@ -40,7 +40,6 @@ const char *hiddenAttributeText = "This file has the hidden attribute set.\n";
const char *readonlyAttributeText = "This file has the read-only attribute set.\n";
const char *noAttributeText = "This file has no attribute set.\n";
#endif
#endif