aboutsummaryrefslogtreecommitdiff
path: root/core/pair.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--core/pair.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pair.h b/core/pair.h
index fe73377fa..7c1d72993 100644
--- a/core/pair.h
+++ b/core/pair.h
@@ -29,7 +29,7 @@
#ifndef PAIR_H
#define PAIR_H
-template<class F,class S>
+template <class F, class S>
struct Pair {
F first;