Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Feb 16, 2021
1 parent aa5d447 commit c099066
Show file tree
Hide file tree
Showing 75 changed files with 37,103 additions and 51,065 deletions.
619 changes: 323 additions & 296 deletions examples/all-clusters-app/all-clusters-common/gen/CHIPClientCallbacks.cpp

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ typedef void (*Int32uAttributeCallback)(void * context, uint32_t value);
typedef void (*Int32sAttributeCallback)(void * context, int32_t value);
typedef void (*Int64uAttributeCallback)(void * context, uint64_t value);
typedef void (*Int64sAttributeCallback)(void * context, int64_t value);
typedef void (*ReadReportingConfigurationReportedCallback)(void* context, uint16_t minInterval, uint16_t maxInterval);
typedef void (*ReadReportingConfigurationReceivedCallback)(void* context, uint16_t timeout);
typedef void (*ReadReportingConfigurationReportedCallback)(void * context, uint16_t minInterval, uint16_t maxInterval);
typedef void (*ReadReportingConfigurationReceivedCallback)(void * context, uint16_t timeout);

// Cluster Specific Response Callbacks
242 changes: 195 additions & 47 deletions examples/all-clusters-app/all-clusters-common/gen/CHIPClustersObjc.h

Large diffs are not rendered by default.

435 changes: 292 additions & 143 deletions examples/all-clusters-app/all-clusters-common/gen/CHIPClustersObjc.mm

Large diffs are not rendered by default.

Loading

0 comments on commit c099066

Please sign in to comment.