commit | 7bd01986e80bed5d10302b35e3ed41c6d67ac0f0 | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Sat Oct 17 08:18:16 2020 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Sat Oct 17 08:18:16 2020 -0700 |
tree | 2c8bc06683fd8ed252f660e2601325cad8e89323 | |
parent | dd308935ac4345b662c074e8daa8b3363acf130e [diff] |
format update Change-Id: Ibb7429c3e89ecd60b01b45c70ca2b956850d4452
diff --git a/src/detail/ndncert-common.cpp b/src/detail/ndncert-common.cpp index 0c7c033..c413778 100644 --- a/src/detail/ndncert-common.cpp +++ b/src/detail/ndncert-common.cpp
@@ -45,7 +45,7 @@ std::ostream& operator<<(std::ostream& out, RequestType type) { - switch(type) { + switch (type) { case RequestType::NEW: out << "New"; break; case RequestType::RENEW: out << "Renew"; break; case RequestType::REVOKE: out << "Revoke"; break;