svoid tabsTo4Spaces_inPlace(File f) { S text = loadTextFile(f); if (containsTabs(text)) saveTextFileVerbose(f, tabsToSpaces(text)); }