Browse Source

Get rid of CR's in some files...

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1887 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
pull/168/head
Michael R Sweet 24 years ago
parent
commit
707972408b
  1. 4
      src/Fl_Gl_Window.cxx
  2. 4
      test/CubeView.cxx
  3. 4
      test/browser.cxx
  4. 4
      test/demo.cxx
  5. 4
      test/forms.cxx
  6. 4
      test/keyboard.cxx

4
src/Fl_Gl_Window.cxx

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
//
// "$Id: Fl_Gl_Window.cxx,v 1.12.2.22.2.6 2001/12/19 09:10:00 matthiaswm Exp $"
// "$Id: Fl_Gl_Window.cxx,v 1.12.2.22.2.7 2001/12/21 14:35:33 easysw Exp $"
//
// OpenGL window code for the Fast Light Tool Kit (FLTK).
//
@ -368,5 +368,5 @@ void Fl_Gl_Window::draw_overlay() {} @@ -368,5 +368,5 @@ void Fl_Gl_Window::draw_overlay() {}
#endif
//
// End of "$Id: Fl_Gl_Window.cxx,v 1.12.2.22.2.6 2001/12/19 09:10:00 matthiaswm Exp $".
// End of "$Id: Fl_Gl_Window.cxx,v 1.12.2.22.2.7 2001/12/21 14:35:33 easysw Exp $".
//

4
test/CubeView.cxx

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
//
// "$Id: CubeView.cxx,v 1.4.2.4.2.1 2001/12/01 01:54:30 matthiaswm Exp $"
// "$Id: CubeView.cxx,v 1.4.2.4.2.2 2001/12/21 14:35:33 easysw Exp $"
//
// CubeView class implementation for the Fast Light Tool Kit (FLTK).
//
@ -167,5 +167,5 @@ void CubeView::draw() { @@ -167,5 +167,5 @@ void CubeView::draw() {
#endif /* HAVE_GL */
//
// End of "$Id: CubeView.cxx,v 1.4.2.4.2.1 2001/12/01 01:54:30 matthiaswm Exp $".
// End of "$Id: CubeView.cxx,v 1.4.2.4.2.2 2001/12/21 14:35:33 easysw Exp $".
//

4
test/browser.cxx

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
//
// "$Id: browser.cxx,v 1.5.2.6.2.2 2001/12/01 01:54:30 matthiaswm Exp $"
// "$Id: browser.cxx,v 1.5.2.6.2.3 2001/12/21 14:35:33 easysw Exp $"
//
// Browser test program for the Fast Light Tool Kit (FLTK).
//
@ -157,6 +157,6 @@ int main(int argc, char **argv) { @@ -157,6 +157,6 @@ int main(int argc, char **argv) {
}
//
// End of "$Id: browser.cxx,v 1.5.2.6.2.2 2001/12/01 01:54:30 matthiaswm Exp $".
// End of "$Id: browser.cxx,v 1.5.2.6.2.3 2001/12/21 14:35:33 easysw Exp $".
//

4
test/demo.cxx

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
//
// "$Id: demo.cxx,v 1.8.2.5.2.3 2001/12/01 01:54:30 matthiaswm Exp $"
// "$Id: demo.cxx,v 1.8.2.5.2.4 2001/12/21 14:35:33 easysw Exp $"
//
// Main demo program for the Fast Light Tool Kit (FLTK).
//
@ -340,6 +340,6 @@ int main(int argc, char **argv) { @@ -340,6 +340,6 @@ int main(int argc, char **argv) {
}
//
// End of "$Id: demo.cxx,v 1.8.2.5.2.3 2001/12/01 01:54:30 matthiaswm Exp $".
// End of "$Id: demo.cxx,v 1.8.2.5.2.4 2001/12/21 14:35:33 easysw Exp $".
//

4
test/forms.cxx

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
//
// "$Id: forms.cxx,v 1.4.2.4.2.1 2001/12/01 01:54:30 matthiaswm Exp $"
// "$Id: forms.cxx,v 1.4.2.4.2.2 2001/12/21 14:35:34 easysw Exp $"
//
// Another forms demo for the Fast Light Tool Kit (FLTK).
//
@ -231,5 +231,5 @@ main (int argc, char *argv[]) @@ -231,5 +231,5 @@ main (int argc, char *argv[])
}
//
// End of "$Id: forms.cxx,v 1.4.2.4.2.1 2001/12/01 01:54:30 matthiaswm Exp $".
// End of "$Id: forms.cxx,v 1.4.2.4.2.2 2001/12/21 14:35:34 easysw Exp $".
//

4
test/keyboard.cxx

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
//
// "$Id: keyboard.cxx,v 1.5.2.3.2.1 2001/12/01 01:54:30 matthiaswm Exp $"
// "$Id: keyboard.cxx,v 1.5.2.3.2.2 2001/12/21 14:35:34 easysw Exp $"
//
// Keyboard/event test program for the Fast Light Tool Kit (FLTK).
//
@ -148,5 +148,5 @@ int main(int argc, char** argv) { @@ -148,5 +148,5 @@ int main(int argc, char** argv) {
}
//
// End of "$Id: keyboard.cxx,v 1.5.2.3.2.1 2001/12/01 01:54:30 matthiaswm Exp $".
// End of "$Id: keyboard.cxx,v 1.5.2.3.2.2 2001/12/21 14:35:34 easysw Exp $".
//

Loading…
Cancel
Save