remove TABs

This commit is contained in:
Christian Groessler
2019-02-05 23:27:52 +01:00
parent 2190703a57
commit 58484449b4
21 changed files with 164 additions and 169 deletions

View File

@@ -47,8 +47,8 @@
typedef struct IntPtrStack IntPtrStack;
struct IntPtrInner {
long val;
void *ptr;
long val;
void *ptr;
};
struct IntPtrStack {
unsigned Count;