Skip to content

Commit bf6e619

Browse files
committed
zproject_autotools.gsl : fix indentation for readability
1 parent 469f953 commit bf6e619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zproject_autotools.gsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ int main() {
12781278
#endif
12791279
return result ? EXIT_SUCCESS : EXIT_FAILURE;
12801280
}
1281-
], AC_MSG_RESULT([ok]), AC_MSG_ERROR([test for std::regex failed]) )
1281+
], AC_MSG_RESULT([ok]), AC_MSG_ERROR([test for std::regex failed]) )
12821282
AC_LANG_POP([C++])
12831283
]
12841284
,[AC_MSG_WARN([Not checking for GNU C++11 support level expected by gcc-4.9 release or newer, due to explicit configure option])

0 commit comments

Comments
 (0)