--- a/src/core/bindings/scan-header.h Fri May 13 14:51:51 2011 -0400
+++ b/src/core/bindings/scan-header.h Fri May 13 14:52:27 2011 -0400
@@ -7,26 +7,26 @@
namespace
{
- static inline Ptr<Object>
- __dummy_function_to_force_template_instantiation (Ptr<Object> obj, TypeId typeId)
- {
- return obj->GetObject<Object> (typeId);
- }
+static inline Ptr<Object>
+__dummy_function_to_force_template_instantiation (Ptr<Object> obj, TypeId typeId)
+{
+ return obj->GetObject<Object> (typeId);
+}
- static inline void
- __dummy_function_to_force_template_instantiation_v2 ()
- {
- Time t1, t2, t3;
- t1 = t2 + t3;
- t1 = t2 - t3;
- t1 < t2;
- t1 <= t2;
- t1 == t2;
- t1 != t2;
- t1 >= t2;
- t1 > t2;
- }
-
+static inline void
+__dummy_function_to_force_template_instantiation_v2 ()
+{
+ Time t1, t2, t3;
+ t1 = t2 + t3;
+ t1 = t2 - t3;
+ t1 < t2;
+ t1 <= t2;
+ t1 == t2;
+ t1 != t2;
+ t1 >= t2;
+ t1 > t2;
}
+}
+