Browse Source

Merge topic 'FindMPI-static-first'

036d0cbbde FindMPI: Place static first in mpi test source

Acked-by: Kitware Robot <[email protected]>
Merge-request: !6900
Brad King 3 years ago
parent
commit
6d778ea6db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/FindMPI/test_mpi.c

+ 1 - 1
Modules/FindMPI/test_mpi.c

@@ -7,7 +7,7 @@
 #endif
 
 #if defined(MPI_VERSION) && defined(MPI_SUBVERSION)
-const static char mpiver_str[] = { 'I', 'N',
+static const char mpiver_str[] = { 'I', 'N',
                                    'F', 'O',
                                    ':', 'M',
                                    'P', 'I',