Commit 2cc3b18d authored by Dimitri van Heesch's avatar Dimitri van Heesch
Browse files

Bug 731238 - Dead links in html documentation when using tabs for indentation in c++

parent f4388dc4
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -1798,6 +1798,7 @@ nextChar:
          ) 
          ) 
        )
        )
    {
    {
      if (c=='\t') c=' ';
      if (c=='*' || c=='&' || c=='@' || c=='$')
      if (c=='*' || c=='&' || c=='@' || c=='$')
      {
      {
        //uint rl=result.length();
        //uint rl=result.length();
@@ -1827,8 +1828,8 @@ nextChar:
      }
      }
    }
    }
  }
  }
  //printf("removeRedundantWhiteSpace(`%s')=`%s'\n",s.data(),result.data());
  growBuf.addChar(0);
  growBuf.addChar(0);
  //printf("removeRedundantWhiteSpace(`%s')=`%s'\n",s.data(),growBuf.get());
  //result.resize(resultPos);
  //result.resize(resultPos);
  return growBuf.get();
  return growBuf.get();
}  
}