]> andersk Git - splint.git/blobdiff - src/lcllib.c
Added support for ISO C99 _Bool and stdbool bool/true/false. The
[splint.git] / src / lcllib.c
index 1cfe85f8c4e4cb705b1a6348ef23fe8f25c3ee49..300ab7aa69d9e8044fa0c7c9e981b34392ff0bdd 100644 (file)
@@ -169,7 +169,6 @@ lcllib_isSkipHeader (cstring sname)
   if (context_getFlag (FLG_SKIPISOHEADERS)
       && context_usingAnsiLibrary ())
     {
-      
       for (i = 0; i < NUMLIBS; i++)
        {
          if (mstring_equal (libname, stdlibs[i]))
This page took 0.127392 seconds and 4 git commands to generate.