]> WPIA git - cassiopeia.git/blobdiff - src/apps/client.cpp
fmt: Whitespace
[cassiopeia.git] / src / apps / client.cpp
index e30803e690ba333e6c0f828df4e9675a9a7f89ed..3d4c339907e9f0a38391a6b73e3d40a03f23ab8b 100644 (file)
@@ -159,6 +159,7 @@ int main( int argc, const char* argv[] ) {
                 log << "FINE: CERTIFICATE LOG: " << res->log << std::endl;
                 log << "FINE: CERTIFICATE:" << std::endl << res->certificate << std::endl;
                 std::string fn = writeBackFile( job->target.c_str(), res->certificate, keyDir );
+
                 if( fn.empty() ) {
                     log << "ERROR: Writeback of the certificate failed." << std::endl;
                     jp->failJob( job );