Empty space is normal for data files, it is mostly 0x00 (NUL) bytes used for separating different data in file, but if you edit and save it using default windows notepad, then notepad will automatically replace all 0x00 bytes (NUL) with 0x20 bytes (Space), and this will make the save file completely unreadable and there is no way to fix that, so this is probably what happened