Searched refs:numLeftSpaces (Results 1 – 1 of 1) sorted by relevance
210 int numLeftSpaces = 0; in PrintString() local213 case kLeft: numLeftSpaces = 0; break; in PrintString()214 case kCenter: numLeftSpaces = numSpaces / 2; break; in PrintString()215 case kRight: numLeftSpaces = numSpaces; break; in PrintString()217 PrintSpaces(numLeftSpaces); in PrintString()219 PrintSpaces(numSpaces - numLeftSpaces); in PrintString()225 int numLeftSpaces = 0; in PrintString() local228 case kLeft: numLeftSpaces = 0; break; in PrintString()229 case kCenter: numLeftSpaces = numSpaces / 2; break; in PrintString()230 case kRight: numLeftSpaces = numSpaces; break; in PrintString()[all …]