Skip to content
Snippets Groups Projects
Commit 926d9b95 authored by Nick Draper's avatar Nick Draper
Browse files

Apply clang format patch

re #11707
parent 438c3f64
No related merge requests found
......@@ -47,8 +47,7 @@ File change history is stored at: <https://github.com/mantidproject/mantid>.
Code Documentation is available at: <http://doxygen.mantidproject.org>
*/
class DLLExport LoadAscii : public API::IFileLoader<Kernel::FileDescriptor>,
public API::DeprecatedAlgorithm
{
public API::DeprecatedAlgorithm {
public:
/// Default constructor
LoadAscii();
......
......@@ -90,7 +90,7 @@ struct Pulse {
class DLLExport LoadEventPreNexus
: public API::IFileLoader<Kernel::FileDescriptor>,
public API::DeprecatedAlgorithm {
public API::DeprecatedAlgorithm {
public:
/// Constructor
LoadEventPreNexus();
......
......@@ -24,8 +24,7 @@ using namespace Kernel;
using namespace API;
/// Empty constructor
LoadAscii::LoadAscii() : m_columnSep(), m_separatorIndex()
{
LoadAscii::LoadAscii() : m_columnSep(), m_separatorIndex() {
this->useAlgorithm("LoadAscii", 2);
}
......
......@@ -84,8 +84,7 @@ LoadEventPreNexus::LoadEventPreNexus()
num_good_events(0), num_error_events(0), num_ignored_events(0),
first_event(0), max_events(0), using_mapping_file(false),
loadOnlySomeSpectra(false), spectraLoadMap(), longest_tof(0),
shortest_tof(0), parallelProcessing(false)
{
shortest_tof(0), parallelProcessing(false) {
this->useAlgorithm("LoadEventPreNexus", 2);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment