You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +00:00
Style: apply clang-format (5.0.0) to current source
This commit is contained in:
@@ -66,8 +66,8 @@ class SnapDialog : public ConfirmationDialog {
|
||||
SpinBox *rotation_step;
|
||||
|
||||
public:
|
||||
SnapDialog()
|
||||
: ConfirmationDialog() {
|
||||
SnapDialog() :
|
||||
ConfirmationDialog() {
|
||||
const int SPIN_BOX_GRID_RANGE = 256;
|
||||
const int SPIN_BOX_ROTATION_RANGE = 360;
|
||||
Label *label;
|
||||
|
||||
Reference in New Issue
Block a user