diff options
-rw-r--r-- | include/llvm/Support/Unique.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Unique.h b/include/llvm/Support/Unique.h index f555ce196e..2219553693 100644 --- a/include/llvm/Support/Unique.h +++ b/include/llvm/Support/Unique.h @@ -1,4 +1,4 @@ -//*************************************************************************** +//************************************************************-*- C++ -*- // class Unique: // Mixin class for classes that should never be copied. // |