Whitespace cleanup ncxx4-config

This commit is contained in:
Peter Hill 2019-06-07 16:02:46 +01:00
parent 9359109fac
commit e86c17a45a
No known key found for this signature in database
GPG Key ID: BDB980A0AB69E24C
2 changed files with 43 additions and 43 deletions

View File

@ -10,7 +10,7 @@ includedir=@includedir@
cc="@CC@"
cxx="@CXX@"
cflags=" -I${includedir} @CPPFLAGS@"
cflags="-I${includedir} @CPPFLAGS@"
libs="-L${libdir} @NC_LIBS@ -lnetcdf"
version="@PACKAGE_NAME@ @PACKAGE_VERSION@"