summaryrefslogtreecommitdiff
path: root/src/abstract_hardware_model.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2019-09-23 13:24:17 -0400
committerMahmoud <[email protected]>2019-09-23 13:24:17 -0400
commitcaea1a724ebd32a9c11e2af25e79862f84baf9d6 (patch)
tree156f3b64414a0a8cf6a6619852c392ad80c77d6e /src/abstract_hardware_model.h
parent0785ce7c9471bf1a0c70500eb60cb293fb5aa2fa (diff)
fixing reformatting
Diffstat (limited to 'src/abstract_hardware_model.h')
-rw-r--r--src/abstract_hardware_model.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h
index 4a6e02a..46534ab 100644
--- a/src/abstract_hardware_model.h
+++ b/src/abstract_hardware_model.h
@@ -65,11 +65,7 @@ enum FuncCache {
FuncCachePreferL1 = 2
};
-enum AdaptiveCache
-{
- FIXED = 0,
- VOLTA = 1
-};
+enum AdaptiveCache { FIXED = 0, VOLTA = 1 };
#ifdef __cplusplus