fix identation

This commit is contained in:
simplepad 2022-06-27 19:12:23 +03:00
parent d402f4cece
commit 126e89bf17
No known key found for this signature in database
GPG key ID: 00DB76DD9FB623EC

View file

@ -131,7 +131,7 @@ namespace Mem {
struct disk_info {
std::filesystem::path dev;
string name;
string fstype;
string fstype;
std::filesystem::path stat = "";
int64_t total = 0, used = 0, free = 0;
int used_percent = 0, free_percent = 0;