diff --git a/swiftmpistepsim.c b/swiftmpistepsim.c index dc1573d8f20408d11d956cc5803457a931ccf3d8..fbb92f5cd46933cad7558ce0ebafa56e8ccf940e 100644 --- a/swiftmpistepsim.c +++ b/swiftmpistepsim.c @@ -76,7 +76,7 @@ static double log_clocks_cpufreq = 2194844448.0; static void datacheck_fill(size_t size, void *data) { unsigned char *p = (unsigned char *)data; for (size_t i = 0; i < size; i++) { - p[i] = 170; /* 10101010 in bits. */ + p[i] = 170; /* 10101010 in bits. */ } } @@ -488,7 +488,8 @@ int main(int argc, char *argv[]) { message("=================="); if (verbose) { if (usetics) message("using fast untimed injections"); - if (datacheck) message("checking data pattern on send and recv completion"); + if (datacheck) + message("checking data pattern on send and recv completion"); } }