diff options
author | Aaron Smith <aaron.smith@microsoft.com> | 2017-11-16 13:42:28 +0000 |
---|---|---|
committer | Aaron Smith <aaron.smith@microsoft.com> | 2017-11-16 13:42:28 +0000 |
commit | c6ef5759091c9db1c7eb0ea3c9ee0dd00ffb8fa3 (patch) | |
tree | 7c2f4e9515e0b6c6a3e3212eea1e9849f1d3b3c8 | |
parent | fd2c8d65722165034a0635cb3c7b2cb93a3d662d (diff) | |
download | bcm5719-llvm-c6ef5759091c9db1c7eb0ea3c9ee0dd00ffb8fa3.tar.gz bcm5719-llvm-c6ef5759091c9db1c7eb0ea3c9ee0dd00ffb8fa3.zip |
Test commit. Add a missing dash to the standard llvm file header; NFC.
llvm-svn: 318400
-rw-r--r-- | llvm/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h | 2 | ||||
-rw-r--r-- | llvm/lib/DebugInfo/PDB/Native/GlobalsStream.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h b/llvm/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h index 6351b353792..fdc58dc60f7 100644 --- a/llvm/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h +++ b/llvm/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h @@ -1,4 +1,4 @@ -//===- GlobalsStream.h - PDB Index of Symbols by Name ------ ----*- C++ -*-===// +//===- GlobalsStream.h - PDB Index of Symbols by Name -----------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/lib/DebugInfo/PDB/Native/GlobalsStream.cpp b/llvm/lib/DebugInfo/PDB/Native/GlobalsStream.cpp index 97bbbebd575..36076f436ad 100644 --- a/llvm/lib/DebugInfo/PDB/Native/GlobalsStream.cpp +++ b/llvm/lib/DebugInfo/PDB/Native/GlobalsStream.cpp @@ -1,4 +1,4 @@ -//===- GlobalsStream.cpp - PDB Index of Symbols by Name ---- ----*- C++ -*-===// +//===- GlobalsStream.cpp - PDB Index of Symbols by Name ---------*- C++ -*-===// // // The LLVM Compiler Infrastructure // |