Add newlines to the end of all files

This commit is contained in:
Chris Burel
2021-04-21 09:50:30 -07:00
parent 0fa00a117c
commit 28170ffe41
3622 changed files with 3629 additions and 3629 deletions
@@ -23,4 +23,4 @@ namespace AzFramework
{
return m_name;
}
}
}
@@ -91,4 +91,4 @@ namespace AzFramework
return nullptr;
}
} // AzFramework
} // AzFramework
@@ -111,4 +111,4 @@ namespace AzFramework
using SceneNotificationBus = AZ::EBus<SceneNotifications>;
} // AzFramework
} // AzFramework
@@ -197,4 +197,4 @@ namespace AzFramework
return nullptr;
}
} // AzFramework
} // AzFramework
@@ -61,4 +61,4 @@ namespace AzFramework
// Map of entity context Ids to scenes. Using a vector because lookups will be common, but the size will be small.
AZStd::vector<AZStd::pair<EntityContextId, Scene*>> m_entityContextToScenes;
};
}
}