fix formatting

This commit is contained in:
Carl Pearson
2021-04-30 14:09:22 -06:00
parent 1f8622da92
commit 6da68317ab

View File

@@ -2,6 +2,9 @@
#include <stdio.h>
int main(int argc, char **argv) {
(void) argc;
(void) argv;
// Initialize the MPI environment
MPI_Init(NULL, NULL);