diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-05-22 16:01:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-05-22 16:13:45 +0200 |
commit | a5201ed6cea9338ed4da2c0f8442e96083bad2c4 (patch) | |
tree | 960e652305d36d8490440c1e506ea70ff0d49038 /src/basic/MurmurHash2.h | |
parent | 8244a87768eeaa6e1048c84390fc7ca28b060ed8 (diff) | |
download | systemd-a5201ed6cea9338ed4da2c0f8442e96083bad2c4.tar.gz |
tree-wide: fix a couple of TABs
Diffstat (limited to 'src/basic/MurmurHash2.h')
-rw-r--r-- | src/basic/MurmurHash2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/MurmurHash2.h b/src/basic/MurmurHash2.h index 93362dd485..6104b4fbe6 100644 --- a/src/basic/MurmurHash2.h +++ b/src/basic/MurmurHash2.h @@ -18,7 +18,7 @@ typedef unsigned __int64 uint64_t; // Other compilers -#else // defined(_MSC_VER) +#else // defined(_MSC_VER) #include <stdint.h> |