summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-09-19 14:17:51 (GMT)
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-09-19 14:17:54 (GMT)
commit8bc7b8c49eab2282e2d990ecc4f837eaff549a23 (patch)
tree910e76ad8601601d90a919c0e21df408fa135e02 /src
parent9d2f4a174710b37bf6bacdce3716bcb664e02990 (diff)
downloadpatchelf-8bc7b8c49eab2282e2d990ecc4f837eaff549a23.zip
patchelf-8bc7b8c49eab2282e2d990ecc4f837eaff549a23.tar.gz
patchelf-8bc7b8c49eab2282e2d990ecc4f837eaff549a23.tar.bz2
Remove tab
Diffstat (limited to 'src')
-rw-r--r--src/patchelf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patchelf.cc b/src/patchelf.cc
index a59c12d..409580c 100644
--- a/src/patchelf.cc
+++ b/src/patchelf.cc
@@ -1612,7 +1612,7 @@ int main(int argc, char * * argv)
if (++i == argc) error("missing argument");
pageSize = atoi(argv[i]);
if (pageSize <= 0) error("invalid argument to --page-size");
- }
+ }
else if (arg == "--print-interpreter") {
printInterpreter = true;
}