Code Duplication    Length = 4-4 lines in 2 locations

projects/plugins/jetpack/modules/custom-css/custom-css/preprocessors/lessc.inc.php 1 location

@@ 2950-2953 (lines=4) @@
2947
2948
		$this->eatWhiteDefault = $oldWhite;
2949
2950
		if ($this->literal($delim)) {
2951
			$out = array("string", $delim, $content);
2952
			return true;
2953
		}
2954
2955
		$this->seek($s);
2956
		return false;

projects/plugins/jetpack/modules/custom-css/custom-css/preprocessors/scss.inc.php 1 location

@@ 3478-3481 (lines=4) @@
3475
3476
		$this->eatWhiteDefault = $oldWhite;
3477
3478
		if ($this->literal($delim)) {
3479
			$out = array("string", $delim, $content);
3480
			return true;
3481
		}
3482
3483
		$this->seek($s);
3484
		return false;