[llvm-commits] CVS: llvm/lib/System/Unix/Unix.h
Misha Brukman
brukman at cs.uiuc.edu
Thu Apr 21 15:48:48 PDT 2005
Changes in directory llvm/lib/System/Unix:
Unix.h updated: 1.13 -> 1.14
---
Log message:
Remove trailing whitespace
---
Diffs of the changes: (+4 -4)
Unix.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
Index: llvm/lib/System/Unix/Unix.h
diff -u llvm/lib/System/Unix/Unix.h:1.13 llvm/lib/System/Unix/Unix.h:1.14
--- llvm/lib/System/Unix/Unix.h:1.13 Wed Apr 20 21:30:32 2005
+++ llvm/lib/System/Unix/Unix.h Thu Apr 21 17:48:37 2005
@@ -1,10 +1,10 @@
//===- llvm/System/Unix/Unix.h - Common Unix Include File -------*- C++ -*-===//
-//
+//
// The LLVM Compiler Infrastructure
//
-// This file was developed by Reid Spencer and is distributed under the
+// This file was developed by Reid Spencer and is distributed under the
// University of Illinois Open Source License. See LICENSE.TXT for details.
-//
+//
//===----------------------------------------------------------------------===//
//
// This file defines things specific to Unix implementations.
@@ -37,7 +37,7 @@
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
-#endif
+#endif
#ifdef HAVE_ASSERT_H
#include <assert.h>
More information about the llvm-commits
mailing list