From: Stefan G. <ger...@us...> - 2022-04-27 09:50:50
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "liborigin". The branch, master has been updated via 23ed554b7958186eafecb5b7121d41bdf034a504 (commit) via c514e88714c9edb5f73fc36b7cb358e8d4f92d53 (commit) from 0d4d2a0ecb3c712fb0d9a2c0bf51cf5d4425955c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 23ed554b7958186eafecb5b7121d41bdf034a504 Author: Stefan Gerlach <ste...@un...> Date: Wed Apr 27 11:50:28 2022 +0200 Format code with clang-format commit c514e88714c9edb5f73fc36b7cb358e8d4f92d53 Author: Stefan Gerlach <ste...@un...> Date: Wed Apr 27 11:46:30 2022 +0200 add files for code formatting ----------------------------------------------------------------------- Summary of changes: OriginAnyParser.cpp | 5935 ++++++++++++++++++++++++++------------------------- OriginAnyParser.h | 101 +- OriginFile.cpp | 354 +-- OriginFile.h | 47 +- OriginObj.h | 2057 +++++++++--------- OriginParser.cpp | 357 ++-- OriginParser.h | 64 +- _clang-format | 90 + clang-format.sh | 2 + endianfstream.hh | 388 ++-- opj2dat.cpp | 164 +- tree.hh | 5128 +++++++++++++++++++++++--------------------- 12 files changed, 7655 insertions(+), 7032 deletions(-) create mode 100644 _clang-format create mode 100755 clang-format.sh hooks/post-receive -- liborigin |