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;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user