aboutsummaryrefslogtreecommitdiffstats
path: root/icebram
diff options
context:
space:
mode:
authorTom Verbeure <hombre+github@gmail.com>2018-06-02 19:07:16 -0700
committerTom Verbeure <hombre+github@gmail.com>2018-06-02 19:07:16 -0700
commit8b32b75d5699a5645f4b7193bda9f2d23921c911 (patch)
treef31b02b3230f94a979eb1037ea9b30e8576d3884 /icebram
parente234ee01106640d8fb618d9ca7e161b6da48c9c0 (diff)
downloadicestorm-8b32b75d5699a5645f4b7193bda9f2d23921c911.tar.gz
icestorm-8b32b75d5699a5645f4b7193bda9f2d23921c911.tar.bz2
icestorm-8b32b75d5699a5645f4b7193bda9f2d23921c911.zip
Fix indentation
Diffstat (limited to 'icebram')
-rw-r--r--icebram/icebram.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/icebram/icebram.cc b/icebram/icebram.cc
index 9d85067..218d276 100644
--- a/icebram/icebram.cc
+++ b/icebram/icebram.cc
@@ -131,7 +131,7 @@ int main(int argc, char **argv)
bool verbose = false;
bool generate = false;
bool seed = false;
- uint32_t seed_nr = getpid();
+ uint32_t seed_nr = getpid();
int opt;
while ((opt = getopt(argc, argv, "vgs:")) != -1)