Skip to content

Commit 74d4e23

Browse files
committed
code format
1 parent 844906c commit 74d4e23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,13 @@ class LLVMSymbolizer {
196196
Expected<ObjectPair> getOrCreateObjectPair(const std::string &Path,
197197
const std::string &ArchName);
198198

199-
/// Return a pointer to the object file with the specified name, for a
199+
/// Return a pointer to the object file with the specified name, for a
200200
/// specified architecture (e.g. if path refers to a Mach-O universal
201201
/// binary, only one object file from it will be returned).
202202
Expected<ObjectFile *> getOrCreateObject(const std::string &InputPath,
203203
const std::string &DefaultArchName);
204204

205-
/// Return a pointer to the object file with the specified name, for a
205+
/// Return a pointer to the object file with the specified name, for a
206206
/// specified architecture that is present inside an archive file.
207207
Expected<ObjectFile *> getOrCreateObjectFromArchive(StringRef ArchivePath,
208208
StringRef MemberName,

0 commit comments

Comments
 (0)