The buffer being hardcoded to 19 (the size expected from the default time format), strftime() would fail on any format returning a longer buffer. Changed it from 19 to 64 to accomodate longer formats.
Former : MemTotal - MemAvailable New : (MemTotal - MemFree) - (Buffers + Cached)
Fixed indentation Removed trailig white spaces