Change MuJoCo engine source code function-spacing convention from 3 blank lines to 2
PiperOrigin-RevId: 813754244 Change-Id: I6836e41c3b021cb727e922c25c60f629b9814c93
This commit is contained in:
committed by
Copybara-Service
parent
c439628f82
commit
edbdb5195c
@@ -45,7 +45,6 @@ void mj_defaultSolRefImp(mjtNum* solref, mjtNum* solimp) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
//------------------------------- mjOption ---------------------------------------------------------
|
||||
|
||||
// set model options to default values
|
||||
@@ -105,8 +104,6 @@ void mj_defaultOption(mjOption* opt) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
//------------------------------- mjStatistic ------------------------------------------------------
|
||||
|
||||
// set statistics to default values; compute later in compiler
|
||||
@@ -119,7 +116,6 @@ void mj_defaultStatistic(mjStatistic* stat) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
//------------------------------- mjVisual ---------------------------------------------------------
|
||||
|
||||
// set 4 floats
|
||||
@@ -230,8 +226,6 @@ void mj_defaultVisual(mjVisual* vis) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
//------------------------------ mjLROpt -----------------------------------------------------------
|
||||
|
||||
// set default options for length range computation
|
||||
|
||||
Reference in New Issue
Block a user