Regenerate.
[oota-llvm.git] / lib / System / TimeValue.cpp
index ccf15a2b3e5a33716754ff7553910ad7ced8d05a..8ecfd22da7b615a2ac8b9d279ad4e15298fdb6b3 100644 (file)
@@ -1,10 +1,10 @@
 //===-- TimeValue.cpp - Implement OS TimeValue Concept ----------*- 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 implements the operating system TimeValue concept.
@@ -56,4 +56,4 @@ TimeValue::normalize( void ) {
 #include "Win32/TimeValue.inc"
 #endif
 
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
+DEFINING_FILE_FOR(SystemTimeValue)