summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2020-07-13 14:13:38 -0400
committerAaron Franke <arnfranke@yahoo.com>2020-07-13 14:14:11 -0400
commit99864393525a8a61afc4de384650930ef8d3c70f (patch)
treeeeeb6ccfe020a818706173727743296acdf4815f /core
parentd8b65461e395c6b1f1a06534017294c0a7fe86d8 (diff)
Commit other files changed by file_format.sh
Diffstat (limited to 'core')
-rw-r--r--core/oa_hash_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/oa_hash_map.h b/core/oa_hash_map.h
index 775e17fdb5..6061366ab3 100644
--- a/core/oa_hash_map.h
+++ b/core/oa_hash_map.h
@@ -48,7 +48,7 @@
*
* Only used keys and values are constructed. For free positions there's space
* in the arrays for each, but that memory is kept uninitialized.
- *
+ *
* The assignment operator copy the pairs from one map to the other.
*/
template <class TKey, class TValue,