Project

General

Profile

Defect #31507 » 0001-Remove-trailing-whitespaces-freom-test_partials_with.patch

Marius BĂLTEANU, 2019-06-03 22:04

View differences:

test/unit/lib/redmine/unified_diff_test.rb
95 95
+++ test.new.txt  Wed Feb 15 16:11:25 2012
96 96
@@ -1,5 +1,5 @@
97 97
 Semicolons were mysteriously appearing in code diffs in the repository
98
 
98

  
99 99
-void DoSomething(std::auto_ptr<MyClass> myObj)
100 100
+void DoSomething(const MyClass& myObj)
101
 
101

  
102 102
DIFF
103 103

  
104 104
    diff = Redmine::UnifiedDiff.new(raw, :type => 'sbs')
(1-1/4)