commit | fafb0c541bb4b24515c57251a44d87825eec90fb | [log] [tgz] |
---|---|---|
author | Vojtech Bocek <vbocek@gmail.com> | Thu Jul 25 22:53:02 2013 +0200 |
committer | Gerrit Code Review <gerrit@198.50.184.117> | Sat Aug 24 07:56:48 2013 -0500 |
tree | 9cddb55ceef8912c8fafe618c98147ff6df19ef6 | |
parent | 8b44bbda2558d4b7d21738244ed9608ecd609e11 [diff] [blame] |
Unify indentation and little clean-up in TWRP files Signed-off-by: Vojtech Bocek <vbocek@gmail.com>
diff --git a/twrpTar.cpp b/twrpTar.cpp index 59d75d0..5964f2f 100644 --- a/twrpTar.cpp +++ b/twrpTar.cpp
@@ -1297,7 +1297,7 @@ unsigned long long twrpTar::uncompressedSize() { int type = 0; - unsigned long long total_size = 0; + unsigned long long total_size = 0; string Tar, Command, result; vector<string> split;