INNER CODE UNIT · C++

numTabs

SasLuca/rayfork · devutils/amalgamate-src/Amalgamate.cpp:642

          int numTabs = numIntialSpaces / tabSize;
          line = String::repeatedString ("\t", numTabs) + line.substring (numTabs * tabSize);
        }
      }

      if (line.isNotEmpty() || ! lastLineWasBlank)
        dest << line << newLine;

      lastLineWasBlank = line.isEmpty();
    }

    return true;
  }

private:
  const String m_name;
  bool m_verbose;
  bool m_checkSystemIncludes;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…