about summary refs log tree commit diff stats
path: root/src/libtools/myalign.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libtools/myalign.c')
-rw-r--r--src/libtools/myalign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtools/myalign.c b/src/libtools/myalign.c
index dfa4c0ca..123aa651 100644
--- a/src/libtools/myalign.c
+++ b/src/libtools/myalign.c
@@ -516,7 +516,7 @@ void UnalignStat64(const void* source, void* dest)
     struct stat *st = (struct stat*) source;
     
     x64st->__pad0 = 0;
-	memset(x64st->__glibc_reserved, 0, sizeof(x64st->__glibc_reserved));
+    memset(x64st->__glibc_reserved, 0, sizeof(x64st->__glibc_reserved));
     x64st->st_dev      = st->st_dev;
     x64st->st_ino      = st->st_ino;
     x64st->st_mode     = st->st_mode;