Add newlines to the end of all files
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user