summaryrefslogtreecommitdiff
path: root/boost/phoenix/scope/local_variable.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/phoenix/scope/local_variable.hpp')
-rw-r--r--boost/phoenix/scope/local_variable.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/phoenix/scope/local_variable.hpp b/boost/phoenix/scope/local_variable.hpp
index ebc01c3ccd..d62a5bb223 100644
--- a/boost/phoenix/scope/local_variable.hpp
+++ b/boost/phoenix/scope/local_variable.hpp
@@ -57,7 +57,7 @@ namespace boost { namespace phoenix
: mpl::false_
{};
}
-
+
namespace detail
{
struct scope_is_nullary_actions
@@ -88,8 +88,8 @@ namespace boost { namespace phoenix
: mpl::true_
{};
- template <typename Key>
- struct custom_terminal<detail::local<Key> >
+ template <typename Key>
+ struct custom_terminal<detail::local<Key> >
{
template <typename Sig>
struct result;