From 51657e10769faa2617d546a06c42e4c62a19bb50 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 30 Jan 2022 17:41:24 +0100 Subject: Removed trailing whitespace all over the place --- Datafile/Main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Datafile/Main.cpp') diff --git a/Datafile/Main.cpp b/Datafile/Main.cpp index 8b37e27..c09295b 100644 --- a/Datafile/Main.cpp +++ b/Datafile/Main.cpp @@ -242,7 +242,7 @@ int match(const char* sFile, const char* sPattern) default: file_matches_pattern = (_stricmp(sFile, sPattern) == 0); break; - + case PATTERN_STAR: case PATTERN_STAR_DOT_STAR: file_matches_pattern = 1; @@ -341,7 +341,7 @@ void del(DataArchive& a, int argc, char* argv[]) for (int i = 0; i < argc; i++) { if (strchr(argv[i], '*')) { strcpy(sPath, argv[i]); - + if ((pDirSep = strrchr(sPath, '\\')) != 0) { strcpy(sPatt, pDirSep+1); *pDirSep = 0; @@ -403,7 +403,7 @@ void Usage() printf(" -del (delete files from datafile)\n"); printf(" -mak (insert all files in current directory and all subdirectories)\n"); printf(" -list (display list of entries in datafile)\n"); - + exit(-1); } -- cgit v1.1