Cygwin: fix formatting: drop spaces leading tabs

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen
2020-03-11 13:23:55 +01:00
parent 256bc8bde0
commit d2ef2331f9
47 changed files with 137 additions and 137 deletions

View File

@@ -123,7 +123,7 @@ quotactl (int cmd, const char *special, int id, caddr_t addr)
case Q_SYNC:
/* No sync, just report success. */
status = STATUS_SUCCESS;
break;
break;
case Q_QUOTAON:
case Q_QUOTAOFF:
/* Ignore filename in addr. */
@@ -141,7 +141,7 @@ quotactl (int cmd, const char *special, int id, caddr_t addr)
FileFsControlInformation);
break;
case Q_GETFMT:
__try
__try
{
uint32_t *retval = (uint32_t *) addr;
@@ -176,7 +176,7 @@ quotactl (int cmd, const char *special, int id, caddr_t addr)
case Q_SETINFO:
/* No settings possible, just report success. */
status = STATUS_SUCCESS;
break;
break;
case Q_GETQUOTA:
/* Windows feature: Default limits. Get or set them with id == -1. */
if (id == -1)