projects
/
platform
/
upstream
/
libabigail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7e56e2
)
Fix a indentation warning from GCC 7.2.1
author
Dodji Seketeli
<dodji@redhat.com>
Wed, 11 Oct 2017 13:22:17 +0000
(15:22 +0200)
committer
Dodji Seketeli
<dodji@redhat.com>
Wed, 11 Oct 2017 13:22:17 +0000
(15:22 +0200)
* tools/abipkgdiff.cc (compare): In the overload of elf_file, fix
a mis-indentation pointed out by a GCC 7.2.1 warning.
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
tools/abipkgdiff.cc
patch
|
blob
|
history
diff --git
a/tools/abipkgdiff.cc
b/tools/abipkgdiff.cc
index 079844f838512d12295766825d7c10f7b0eca7d6..84e4addda5ea4563bd918f14b59a4438c28ab527 100644
(file)
--- a/
tools/abipkgdiff.cc
+++ b/
tools/abipkgdiff.cc
@@
-1127,7
+1127,7
@@
compare(const elf_file& elf1,
if (detailed_error_status)
*detailed_error_status = c1_status;
-
return abigail::tools_utils::ABIDIFF_ERROR;
+ return abigail::tools_utils::ABIDIFF_ERROR;
}
}