diff options
author | lloyd <lloyd@randombit.net> | 2006-08-21 01:13:21 +0000 |
---|---|---|
committer | lloyd <lloyd@randombit.net> | 2006-08-21 01:13:21 +0000 |
commit | e80d7421cf2da5a85bce6370534753644e8281e2 (patch) | |
tree | 82ebd0ca719c0266514e91d1bb5b5435ed81bdd7 /src | |
parent | 8021643f882a1206752394fcc66e85b484cd7fb7 (diff) |
Remove an oddly placed newline
Diffstat (limited to 'src')
-rw-r--r-- | src/seed.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/seed.cpp b/src/seed.cpp index 24bc2fe3e..05dd82d51 100644 --- a/src/seed.cpp +++ b/src/seed.cpp @@ -17,7 +17,6 @@ u32bit SEED::G_FUNC::operator()(u32bit X) const S2[get_byte(1, X)] ^ S3[get_byte(0, X)]); } - /************************************************* * SEED Encryption * *************************************************/ |