[loc] fix spaces before full stops

* Also: "Asserts, it's not just for debug any more!"
This commit is contained in:
Pete Batard 2018-07-31 20:47:24 +01:00
parent d5f9c568ad
commit 71578459d7
10 changed files with 38 additions and 30 deletions

View file

@ -29,6 +29,7 @@
#include <malloc.h>
#include <string.h>
#include <inttypes.h>
#undef NDEBUG
#include <assert.h>
#include "rufus.h"