Replace spaces with tabs

Thunk follows Linux kernel coding convention to use tabs instead of
spaces.

Change-Id: I4eddcfa9a0513f16c869d9cc63f9f1dae0c39f83
Signed-off-by: Amber Lin <Amber.Lin@amd.com>


[ROCm/ROCR-Runtime commit: d4dbf562a9]
Cette révision appartient à :
Amber Lin
2017-02-03 09:59:21 -05:00
Parent 73c7c197af
révision 67049d7175
3 fichiers modifiés avec 344 ajouts et 343 suppressions
+10 -10
Voir le fichier
@@ -29,22 +29,22 @@
#include "libhsakmt.h"
enum perf_block_id {
PERFCOUNTER_BLOCKID__FIRST = 0,
PERFCOUNTER_BLOCKID__SQ = PERFCOUNTER_BLOCKID__FIRST,
PERFCOUNTER_BLOCKID__MAX
PERFCOUNTER_BLOCKID__FIRST = 0,
PERFCOUNTER_BLOCKID__SQ = PERFCOUNTER_BLOCKID__FIRST,
PERFCOUNTER_BLOCKID__MAX
};
struct perf_counter_block {
uint32_t num_of_slots;
uint32_t num_of_counters;
uint32_t *counter_ids;
uint32_t counter_size_in_bits;
uint64_t counter_mask;
uint32_t num_of_slots;
uint32_t num_of_counters;
uint32_t *counter_ids;
uint32_t counter_size_in_bits;
uint64_t counter_mask;
};
HSAKMT_STATUS
get_block_properties(uint16_t dev_id,
enum perf_block_id block_id,
struct perf_counter_block *block);
enum perf_block_id block_id,
struct perf_counter_block *block);
#endif // PMC_TABLE_H