Add newlines to the end of all files
This commit is contained in:
+1
-1
@@ -37,4 +37,4 @@ namespace AzToolsFramework
|
||||
static void GetDependentServices(AZ::ComponentDescriptor::DependencyArrayType& dependent);
|
||||
|
||||
};
|
||||
} // AzToolsFramework
|
||||
} // AzToolsFramework
|
||||
|
||||
+1
-1
@@ -189,4 +189,4 @@ namespace AzToolsFramework
|
||||
QClipboard* clipboard = QApplication::clipboard();
|
||||
clipboard->setMimeData(mimeData.release());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -69,4 +69,4 @@ namespace AzToolsFramework
|
||||
private:
|
||||
ComponentDataContainer m_components;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -28,4 +28,4 @@ namespace AzToolsFramework
|
||||
->Field("CurrentAssetID", &AssetReferenceBase::m_currentID);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -43,4 +43,4 @@ namespace AzToolsFramework
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
+1
-1
@@ -26,4 +26,4 @@ namespace AzToolsFramework
|
||||
};
|
||||
|
||||
using EditorDisabledCompositionRequestBus = AZ::EBus<EditorDisabledCompositionRequests>;
|
||||
} // namespace AzToolsFramework
|
||||
} // namespace AzToolsFramework
|
||||
|
||||
+1
-1
@@ -112,4 +112,4 @@ namespace AzToolsFramework
|
||||
EditorComponentBase::Deactivate();
|
||||
}
|
||||
} // namespace Components
|
||||
} // namespace AzToolsFramework
|
||||
} // namespace AzToolsFramework
|
||||
|
||||
+1
-1
@@ -49,4 +49,4 @@ namespace AzToolsFramework
|
||||
AZStd::vector<AZ::Component*> m_disabledComponents;
|
||||
};
|
||||
} // namespace Components
|
||||
} // namespace AzToolsFramework
|
||||
} // namespace AzToolsFramework
|
||||
|
||||
+1
-1
@@ -71,4 +71,4 @@ namespace AzToolsFramework
|
||||
};
|
||||
|
||||
using EditorEntityIconComponentNotificationBus = AZ::EBus<EditorEntityIconComponentNotifications>;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -103,4 +103,4 @@ namespace AzToolsFramework
|
||||
bool m_componentOrderIsDirty = true; ///< This flag indicates our stored serialization order data is out of date and must be rebuilt before serialization occurs
|
||||
};
|
||||
} // namespace Components
|
||||
} // namespace AzToolsFramework
|
||||
} // namespace AzToolsFramework
|
||||
|
||||
+1
-1
@@ -50,4 +50,4 @@ namespace AzToolsFramework
|
||||
};
|
||||
|
||||
using EditorInspectorComponentNotificationBus = AZ::EBus<EditorInspectorComponentNotifications>;
|
||||
} // namespace AzToolsFramework
|
||||
} // namespace AzToolsFramework
|
||||
|
||||
+1
-1
@@ -26,4 +26,4 @@ namespace AzToolsFramework
|
||||
};
|
||||
|
||||
using EditorPendingCompositionRequestBus = AZ::EBus<EditorPendingCompositionRequests>;
|
||||
} // namespace AzToolsFramework
|
||||
} // namespace AzToolsFramework
|
||||
|
||||
+1
-1
@@ -125,4 +125,4 @@ namespace AzToolsFramework
|
||||
EditorComponentBase::Deactivate();
|
||||
}
|
||||
} // namespace Components
|
||||
} // namespace AzToolsFramework
|
||||
} // namespace AzToolsFramework
|
||||
|
||||
+1
-1
@@ -49,4 +49,4 @@ namespace AzToolsFramework
|
||||
AZStd::vector<AZ::Component*> m_pendingComponents;
|
||||
};
|
||||
} // namespace Components
|
||||
} // namespace AzToolsFramework
|
||||
} // namespace AzToolsFramework
|
||||
|
||||
+1
-1
@@ -40,4 +40,4 @@ namespace AzToolsFramework
|
||||
|
||||
using EditorSelectionAccentingRequestBus = AZ::EBus<EditorSelectionAccentingRequests>;
|
||||
} // namespace Components
|
||||
} // namespace AzToolsFramework
|
||||
} // namespace AzToolsFramework
|
||||
|
||||
+1
-1
@@ -74,4 +74,4 @@ namespace AzToolsFramework
|
||||
}
|
||||
} // namespace AzToolsFramework
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
+1
-1
@@ -69,4 +69,4 @@ namespace AzToolsFramework
|
||||
}
|
||||
} // namespace AzToolsFramework
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user