diff options
Diffstat (limited to 'llvm/lib/Debugger/FDHandle.h')
-rw-r--r-- | llvm/lib/Debugger/FDHandle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Debugger/FDHandle.h b/llvm/lib/Debugger/FDHandle.h index cf958744107..56b5aa24fd1 100644 --- a/llvm/lib/Debugger/FDHandle.h +++ b/llvm/lib/Debugger/FDHandle.h @@ -1,10 +1,10 @@ //===- lib/Debugger/FDHandle.h - File Descriptor Handle ---------*- C++ -*-===// -// +// // 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. -// +// //===----------------------------------------------------------------------===// // // This file defines a family of utility functions which are useful for doing |