Skip to content

Commit

Permalink
Fix macro indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerilk committed Nov 30, 2023
1 parent e7c93f9 commit 26eb0bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loader/icd_dispatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ struct KHRDisp

#define KHR_ICD2_DISPATCH(object) \
(KHR_ICD2_HAS_TAG(object) ? \
&(object)->dispData->dispatch : \
&(object)->dispData->dispatch : \
(object)->dispatch)

#define KHR_ICD_OBJECT_BODY { \
cl_icd_dispatch *dispatch; \
struct KHRDisp *dispData; \
struct KHRDisp *dispData; \
}

#else // KHR_LOADER_MANAGED_DISPATCH
Expand Down

0 comments on commit 26eb0bd

Please sign in to comment.