summaryrefslogtreecommitdiff
path: root/test/CubeView.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-12-21 14:35:34 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-12-21 14:35:34 +0000
commit707972408b72421508a391ccc1e5066d04f7bd5f (patch)
treedfe473dada5a56ee6d92ff8287cdd6f42e3ff407 /test/CubeView.cxx
parent128526fc282b69b2abcd0c24e6d042c9dea8c862 (diff)
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
Diffstat (limited to 'test/CubeView.cxx')
-rw-r--r--test/CubeView.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CubeView.cxx b/test/CubeView.cxx
index 2aa9164c2..6dbb3ae81 100644
--- a/test/CubeView.cxx
+++ b/test/CubeView.cxx
@@ -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).
//
@@ -37,8 +37,8 @@ CubeView::CubeView(int x,int y,int w,int h,const char *l)
{
vAng = 0.0;
hAng=0.0;
- size=10.0;
- xshift=0.0;
+ size=10.0;
+ xshift=0.0;
yshift=0.0;
/* The cube definition. These are the vertices of a unit cube
@@ -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 $".
//