From 218c1c382c61cd541a979e730a0c1f56af6ceaca Mon Sep 17 00:00:00 2001 From: andy <a.heather@opencfd.co.uk> Date: Wed, 24 Nov 2010 13:19:02 +0000 Subject: [PATCH] COMP: removed trailing spaces after backslash to avoid comp warning msgs --- src/edgeMesh/Make/options | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/edgeMesh/Make/options b/src/edgeMesh/Make/options index 4796c18e22c..3c1b5258d34 100644 --- a/src/edgeMesh/Make/options +++ b/src/edgeMesh/Make/options @@ -1,9 +1,9 @@ EXE_INC = \ -I$(LIB_SRC)/fileFormats/lnInclude \ - -I$(LIB_SRC)/triSurface/lnInclude \ - -I$(LIB_SRC)/meshTools/lnInclude + -I$(LIB_SRC)/triSurface/lnInclude \ + -I$(LIB_SRC)/meshTools/lnInclude LIB_LIBS = \ -ltriSurface \ - -lmeshTools \ + -lmeshTools \ -lfileFormats -- GitLab