Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 28, 2021
1 parent 5acd327 commit 2bc1838
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions commons/async_adaptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
#ifndef H5ES_WAIT_FOREVER
#define H5ES_WAIT_FOREVER INT_MAX

// An enum type H5ES_status_t exists in version 1.12.x and later
// An enum type H5ES_status_t exists in version 1.12.x and later
// This definition is just to make compiler happy with older version headers
// In hdf5 1.12.0, header file is defined as _H5ESpublic_H and
// In hdf5 1.12.0, header file is defined as _H5ESpublic_H and
// in 1.12.1 and later, it's defined as H5ESpublic_H. Checking for both.
#if defined(_H5ESpublic_H) || defined(H5ESpublic_H)
//do nothing
// do nothing
#else
typedef int H5ES_status_t;
typedef int H5ES_status_t;

#endif

Expand Down

0 comments on commit 2bc1838

Please sign in to comment.