Searched refs:lastIndent (Results 1 – 1 of 1) sorted by relevance
1285 int lastIndent = -1; in isRestrictionSetOnUser() local1289 if (!line.startsWith(Strings.repeat(" ", lastIndent + 1))) { in isRestrictionSetOnUser()1298 lastIndent = userMatcher.group(1).length(); in isRestrictionSetOnUser()1306 lastIndent = restrictionMatcher.group(1).length(); in isRestrictionSetOnUser()