Skip to content
Snippets Groups Projects
Commit e27beb05 authored by Owen Arnold's avatar Owen Arnold
Browse files

clang formatting fix

parent e45c8c0d
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@
#include "MantidTypes/SpectrumDefinition.h"
#include <type_traits>
using Mantid::Kernel::V3D;
using Mantid::SpectrumDefinition;
using Mantid::Kernel::V3D;
namespace Mantid {
namespace API {
......
......@@ -15,11 +15,11 @@
#include <boost/python/list.hpp>
#include <boost/python/return_value_policy.hpp>
using Mantid::SpectrumDefinition;
using Mantid::API::SpectrumInfo;
using Mantid::API::SpectrumInfoItem;
using Mantid::API::SpectrumInfoIterator;
using Mantid::PythonInterface::SpectrumInfoPythonIterator;
using Mantid::SpectrumDefinition;
using namespace boost::python;
// Helper method to make the python iterator
......
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