From a00b8cc3105c306eeec5ebd64615ce716bd0bd2f Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Tue, 31 May 2022 17:06:13 +0200 Subject: [PATCH] Fix Indentation --- GCryptCLI/src/DataIngestionLayer.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GCryptCLI/src/DataIngestionLayer.cpp b/GCryptCLI/src/DataIngestionLayer.cpp index 39c585f..b735ea1 100644 --- a/GCryptCLI/src/DataIngestionLayer.cpp +++ b/GCryptCLI/src/DataIngestionLayer.cpp @@ -32,15 +32,15 @@ void DataIngestionLayer::Init() { // A little bit of error handling if (!ifs.good()) { - throw std::runtime_error( "Unable to open infilestream!"); + throw std::runtime_error("Unable to open infilestream!"); } // Redirect our istream to this infilestream in = &ifs; break; - // Are we reading from a parameter? - case Configuration::INPUT_FROM::PARAMETER: + // Are we reading from a parameter? + case Configuration::INPUT_FROM::PARAMETER: // Create an instringstream with our parameter iss = std::istringstream(