]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Animation/Muscle.hpp
clang-format: Apply to all headers
[lugaru.git] / Source / Animation / Muscle.hpp
index ffca26be2972d961acb093381f0127a8f224b976..6499f0e9d9350121da9293f09fea01491ec1d880 100644 (file)
@@ -25,7 +25,12 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 
 #include <vector>
 
-enum muscle_type {boneconnect, constraint, muscle};
+enum muscle_type
+{
+    boneconnect,
+    constraint,
+    muscle
+};
 
 class Muscle
 {