Code Duplication    Length = 2-2 lines in 2 locations

projects/plugins/jetpack/modules/custom-css/csstidy/class.csstidy.php 2 locations

@@ 1066-1067 (lines=2) @@
1063
			if ($this->settings['merge_selectors'] != false)
1064
				return $selector;
1065
1066
			if (!$this->css OR !isset($this->css[$media]) OR !$this->css[$media])
1067
				return $selector;
1068
1069
			// if last is the same, keep it
1070
			end($this->css[$media]);
@@ 1096-1097 (lines=2) @@
1093
		if($this->get_cfg('preserve_css')) {
1094
			return $property;
1095
		}
1096
		if (!$this->css OR !isset($this->css[$media][$selector]) OR !$this->css[$media][$selector])
1097
			return $property;
1098
1099
		while (isset($this->css[$media][$selector][$property]))
1100
			$property .= " ";