Add newlines to the end of all files
This commit is contained in:
@@ -26,4 +26,4 @@ namespace AZ
|
||||
template <typename T>
|
||||
using Instance = AZStd::intrusive_ptr<T>;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -60,4 +60,4 @@ namespace AZ
|
||||
return m_guid != rhs.m_guid || m_subId != rhs.m_subId;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,4 +35,4 @@ namespace AZStd
|
||||
base_type::assign(list.begin(), list.end());
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -158,4 +158,4 @@ namespace AZStd
|
||||
/// Old elements will be evicted if the capacity is exceeded.
|
||||
size_t m_capacity = 0;
|
||||
};
|
||||
} // namespace AZStd
|
||||
} // namespace AZStd
|
||||
|
||||
@@ -76,4 +76,4 @@ namespace AZStd
|
||||
base_type::m_container.set_allocator(allocator);
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -231,4 +231,4 @@ namespace AZStd
|
||||
protected:
|
||||
RandomAccessContainer m_container;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,4 +16,4 @@ set(FILES
|
||||
lru_cache.cpp
|
||||
Main.cpp
|
||||
vector_set.cpp
|
||||
)
|
||||
)
|
||||
|
||||
@@ -169,4 +169,4 @@ namespace UnitTest
|
||||
intintptr_cache.clear();
|
||||
EXPECT_EQ(p->use_count(), 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -282,4 +282,4 @@ namespace UnitTest
|
||||
VectorSetTester<AZStd::fixed_vector_set<int32_t, 64>> tester;
|
||||
tester.TestIteratorsConst();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user