Transform CRLF to LF line endings
Used GNU sed: sed 's/\x0D$//' -i *.txt */*.txt */*/*.txtdev-ui
parent
9d829d6a14
commit
d8ca5548f0
|
@ -30,4 +30,3 @@ extern void object::Solution( )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,4 +14,3 @@ extern void object::Solution( )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,4 +40,3 @@ extern void object::Hare( )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,4 +12,3 @@ void object::Square(float length)
|
||||||
turn(90);
|
turn(90);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,4 +23,3 @@ extern void object::Solution( )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,4 +18,3 @@ extern void object::Solution( )
|
||||||
drop(); // drop the titanium cube
|
drop(); // drop the titanium cube
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,4 +34,3 @@ extern void object::Solution( )
|
||||||
drop(); // drop the titanium cube
|
drop(); // drop the titanium cube
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,4 +15,3 @@ extern void object::Solution( )
|
||||||
|
|
||||||
drop(); // drop the titanium cube
|
drop(); // drop the titanium cube
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue