clang-format everything
This commit is contained in:
+1
-5
@@ -1,15 +1,13 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include <phosg/Strings.hh>
|
||||
#include <phosg/Random.hh>
|
||||
#include <phosg/Strings.hh>
|
||||
#include <phosg/Time.hh>
|
||||
|
||||
#include "PSOEncryption.hh"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
|
||||
static const uint32_t primes1[] = {
|
||||
0x65, 0x67, 0x6B, 0x6D, 0x71, 0x7F, 0x83, 0x89, 0x8B, 0x95, 0x97, 0x9D,
|
||||
0xA3, 0xA7, 0xAD, 0xB3, 0xB5, 0xBF, 0xC1, 0xC5, 0xC7, 0xD3, 0xDF, 0xE3,
|
||||
@@ -1125,8 +1123,6 @@ static bool check_prime3(uint64_t prime3) {
|
||||
return primes3_set[offset];
|
||||
}
|
||||
|
||||
|
||||
|
||||
static char replace_char_forward(char ch) {
|
||||
if (ch >= '0' && ch <= '9') {
|
||||
return "5A76D2C1F0"[ch - '0'];
|
||||
|
||||
Reference in New Issue
Block a user