Skip to content

Commit

Permalink
Merge pull request #723 from RainerKuemmerle/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
RainerKuemmerle authored Oct 17, 2023
2 parents babd2c7 + cabe45a commit dcf7935
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.6
rev: v17.0.2
hooks:
- id: clang-format
4 changes: 2 additions & 2 deletions g2o/stuff/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
#define G2O_MACROS_H

#ifndef DEG2RAD
#define DEG2RAD(x) ((x)*0.01745329251994329575)
#define DEG2RAD(x) ((x) * 0.01745329251994329575)
#endif

#ifndef RAD2DEG
#define RAD2DEG(x) ((x)*57.29577951308232087721)
#define RAD2DEG(x) ((x) * 57.29577951308232087721)
#endif

// GCC the one and only
Expand Down

0 comments on commit dcf7935

Please sign in to comment.