Remove White spaces

This commit is contained in:
3d-gussner 2024-05-20 19:09:03 +02:00
parent e110153ee2
commit 45a223a1f9
110 changed files with 993 additions and 995 deletions

View File

@ -348,7 +348,6 @@ void dcode_4()
- The hex address needs to be lowercase without the 0 before the x
- Count is decimal
- The hex data needs to be lowercase
*/
void dcode_5()
{

View File

@ -55,7 +55,6 @@ public:
void getDirName(char* name, uint8_t level);
uint8_t getWorkDirDepth();
void ls(ls_param params);
bool chdir(const char * relpath, bool doPresort);
void updir();
@ -90,7 +89,7 @@ public:
public:
bool saving;
bool logging;
bool sdprinting ;
bool sdprinting;
bool mounted;
char filename[FILENAME_LENGTH];
// There are scenarios when simple modification time is not enough (on MS Windows)