Code Duplication    Length = 7-7 lines in 2 locations

projects/plugins/jetpack/modules/custom-css/custom-css/preprocessors/scss.inc.php 2 locations

@@ 4057-4063 (lines=7) @@
4054
4055
		$inner = $pre = $this->indentStr();
4056
4057
		if (!empty($block->selectors)) {
4058
			echo $pre .
4059
				implode($this->tagSeparator, $block->selectors) .
4060
				$this->open . $this->break;
4061
			$this->indentLevel++;
4062
			$inner = $this->indentStr();
4063
		}
4064
4065
		if (!empty($block->lines)) {
4066
			$glue = $this->break.$inner;
@@ 4144-4150 (lines=7) @@
4141
		}
4142
4143
		$inner = $pre = $this->indentStr($block->depth - 1);
4144
		if (!empty($block->selectors)) {
4145
			echo $pre .
4146
				implode($this->tagSeparator, $block->selectors) .
4147
				$this->open . $this->break;
4148
			$this->indentLevel++;
4149
			$inner = $this->indentStr($block->depth - 1);
4150
		}
4151
4152
		if (!empty($block->lines)) {
4153
			$glue = $this->break.$inner;