Remove White spaces
This commit is contained in:
parent
e110153ee2
commit
45a223a1f9
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue