mirror of
https://github.com/danog/gllvm.git
synced 2024-11-30 08:39:03 +01:00
whitespace
This commit is contained in:
parent
65122ee2eb
commit
30cc3b22fa
@ -319,7 +319,7 @@ func extractSectionDarwin(inputFile string) (contents []string) {
|
||||
func extractSectionUnix(inputFile string) (contents []string) {
|
||||
elfFile, err := elf.Open(inputFile)
|
||||
if err != nil {
|
||||
LogWarning("ELF file %s could not be read.", inputFile)
|
||||
LogFatal("ELF file %s could not be read.", inputFile)
|
||||
return
|
||||
}
|
||||
section := elfFile.Section(ELFSectionName)
|
||||
|
Loading…
Reference in New Issue
Block a user