[llvm-commits] CVS: llvm/utils/fpcmp/fpcmp.cpp

Misha Brukman brukman at cs.uiuc.edu
Thu Apr 21 17:00:48 PDT 2005



Changes in directory llvm/utils/fpcmp:

fpcmp.cpp updated: 1.14 -> 1.15
---
Log message:

Remove trailing whitespace


---
Diffs of the changes:  (+2 -2)

 fpcmp.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/utils/fpcmp/fpcmp.cpp
diff -u llvm/utils/fpcmp/fpcmp.cpp:1.14 llvm/utils/fpcmp/fpcmp.cpp:1.15
--- llvm/utils/fpcmp/fpcmp.cpp:1.14	Sat Jan 22 21:32:16 2005
+++ llvm/utils/fpcmp/fpcmp.cpp	Thu Apr 21 19:00:37 2005
@@ -1,10 +1,10 @@
 //===- fpcmp.cpp - A fuzzy "cmp" that permits floating point noise --------===//
-// 
+//
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by the LLVM research group and is distributed under
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
-// 
+//
 //===----------------------------------------------------------------------===//
 //
 // fpcmp is a tool that basically works like the 'cmp' tool, except that it can






More information about the llvm-commits mailing list