mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Remove redundant semicolons
This commit is contained in:
parent
02e5308c1b
commit
8fc698935f
3 changed files with 4 additions and 4 deletions
|
|
@ -57,7 +57,7 @@ unsigned int MurmurHash3(unsigned int nHashSeed, const std::vector<unsigned char
|
|||
k1 = ROTL32(k1, 15);
|
||||
k1 *= c2;
|
||||
h1 ^= k1;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
//----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue