summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/imgtool/imgtool.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-10-22 12:34:30 +1100
committer Vas Crabb <vas@vastheman.com>2017-10-22 12:34:30 +1100
commit4c29419cab5f44db1d52e5f28cef42450406be2a (patch)
tree33939159a0d389f16e0e8f58a1acc86f7d44f263 /src/tools/imgtool/imgtool.cpp
parentb39e7a994136b459905388496a94beff2f3810bd (diff)
srcclean (nw)
Diffstat (limited to 'src/tools/imgtool/imgtool.cpp')
-rw-r--r--src/tools/imgtool/imgtool.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/imgtool/imgtool.cpp b/src/tools/imgtool/imgtool.cpp
index 75aafe0d25d..67283ce8fa3 100644
--- a/src/tools/imgtool/imgtool.cpp
+++ b/src/tools/imgtool/imgtool.cpp
@@ -753,7 +753,7 @@ void imgtool::partition::get_attribute_name(uint32_t attribute, const imgtool_at
//-------------------------------------------------
-// test_imgtool_datetime - unit test for imgtool::datetime
+// test_imgtool_datetime - unit test for imgtool::datetime
//-------------------------------------------------
static bool test_imgtool_datetime(int second, int minute, int hour, int day_of_month, int month, int year)
@@ -806,7 +806,7 @@ static bool test_imgtool_datetime(int second, int minute, int hour, int day_of_m
//-------------------------------------------------
-// test_imgtool_datetime - unit tests for imgtool::datetime
+// test_imgtool_datetime - unit tests for imgtool::datetime
//-------------------------------------------------
static bool test_imgtool_datetime()
@@ -814,9 +814,9 @@ static bool test_imgtool_datetime()
bool error = false;
// various test cases for imgtool::datetime
- if (test_imgtool_datetime(34, 23, 12, 18, 3, 1993)) // March 18th, 1993 12:23:34
+ if (test_imgtool_datetime(34, 23, 12, 18, 3, 1993)) // March 18th, 1993 12:23:34
error = true;
- if (test_imgtool_datetime(0, 20, 16, 25, 12, 1976)) // December 25th, 1976 16:20:00
+ if (test_imgtool_datetime(0, 20, 16, 25, 12, 1976)) // December 25th, 1976 16:20:00
error = true;
return error;