Index: Source/core/scripts/InFilesParser.pm |
diff --git a/Source/core/scripts/InFilesParser.pm b/Source/core/scripts/InFilesParser.pm |
index 65393807f4316dd7bf3015fad2e70a21ea1bd957..eaaaa81c14134c2bb9d1778b5e9ed7a8dd39dc16 100644 |
--- a/Source/core/scripts/InFilesParser.pm |
+++ b/Source/core/scripts/InFilesParser.pm |
@@ -21,7 +21,7 @@ |
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY |
# OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
-# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
# |
use strict; |
@@ -34,7 +34,7 @@ my $hasStartedParsing; |
# Helper functions |
sub trimComment |
-{ |
+{ |
my $string = shift; |
$string =~ s/#.+$//; |
chomp($string); |