From: Rafał Długołęcki Date: Sun, 22 Mar 2015 16:44:06 +0000 (+0100) Subject: Remove whitespaces. X-Git-Url: https://git.dlugolecki.net.pl/?p=genetic.git;a=commitdiff_plain;h=7faf2455f25ec5451ce2aebd792017f9118040ec Remove whitespaces. --- diff --git a/src/main.cpp b/src/main.cpp index 793df44..3eaea51 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -14,7 +14,7 @@ using namespace genetic; int main() { typedef Gene _Gene; typedef Chromosome<_Gene> _Chromosome; - + const int chromosomeSize = 11; const int generationSize = 20;