Transform CRLF to LF line endings

Used GNU sed: sed 's/\x0D$//' -i *.txt */*.txt */*/*.txt
dev-ui
Didier Raboud 2012-12-29 11:30:42 +01:00
parent 9d829d6a14
commit d8ca5548f0
473 changed files with 13736 additions and 13744 deletions

View File

@ -30,4 +30,3 @@ extern void object::Solution( )
}
}
}

View File

@ -14,4 +14,3 @@ extern void object::Solution( )
}
}
}

View File

@ -40,4 +40,3 @@ extern void object::Hare( )
}
}
}

View File

@ -12,4 +12,3 @@ void object::Square(float length)
turn(90);
}
}

View File

@ -23,4 +23,3 @@ extern void object::Solution( )
}
}
}

View File

@ -18,4 +18,3 @@ extern void object::Solution( )
drop(); // drop the titanium cube
}
}

View File

@ -34,4 +34,3 @@ extern void object::Solution( )
drop(); // drop the titanium cube
}
}

View File

@ -15,4 +15,3 @@ extern void object::Solution( )
drop(); // drop the titanium cube
}