Fix Indentation
This commit is contained in:
parent
f979b9c187
commit
a00b8cc310
@ -32,15 +32,15 @@ void DataIngestionLayer::Init() {
|
|||||||
|
|
||||||
// A little bit of error handling
|
// A little bit of error handling
|
||||||
if (!ifs.good()) {
|
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
|
// Redirect our istream to this infilestream
|
||||||
in = &ifs;
|
in = &ifs;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// Are we reading from a parameter?
|
// Are we reading from a parameter?
|
||||||
case Configuration::INPUT_FROM::PARAMETER:
|
case Configuration::INPUT_FROM::PARAMETER:
|
||||||
|
|
||||||
// Create an instringstream with our parameter
|
// Create an instringstream with our parameter
|
||||||
iss = std::istringstream(
|
iss = std::istringstream(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user