From fafb0c541bb4b24515c57251a44d87825eec90fb Mon Sep 17 00:00:00 2001 From: Vojtech Bocek Date: Thu, 25 Jul 2013 22:53:02 +0200 Subject: Unify indentation and little clean-up in TWRP files Signed-off-by: Vojtech Bocek --- twrpTar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twrpTar.cpp') diff --git a/twrpTar.cpp b/twrpTar.cpp index 59d75d0a2..5964f2f88 100644 --- a/twrpTar.cpp +++ b/twrpTar.cpp @@ -1297,7 +1297,7 @@ int twrpTar::entryExists(string entry) { 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 split; -- cgit v1.2.3