Skip to content

Commit

Permalink
Apply clang format patch
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDraper committed Oct 12, 2015
1 parent 438c3f6 commit 926d9b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions Framework/DataHandling/inc/MantidDataHandling/LoadAscii.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ struct Pulse {

class DLLExport LoadEventPreNexus
: public API::IFileLoader<Kernel::FileDescriptor>,
public API::DeprecatedAlgorithm {
public API::DeprecatedAlgorithm {
public:
/// Constructor
LoadEventPreNexus();
Expand Down
3 changes: 1 addition & 2 deletions Framework/DataHandling/src/LoadAscii.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down
3 changes: 1 addition & 2 deletions Framework/DataHandling/src/LoadEventPreNexus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 926d9b9

Please sign in to comment.