author | Don Pellegrino <don@drexel.edu> | 2009-07-23 18:10:23 (GMT) |
---|---|---|
committer | Don Pellegrino <don@drexel.edu> | 2009-07-23 18:10:23 (GMT) |
commit | 6ab124777a77615b396ee37163ae1bf20d4b43cc (patch) (unidiff) | |
tree | 7af67d2bdf6820052f9779775633776ebfb086b1 | |
parent | fa2a426396c9031a5379c746a665c3a5dd4af8e4 (diff) | |
download | exp005-6ab124777a77615b396ee37163ae1bf20d4b43cc.zip exp005-6ab124777a77615b396ee37163ae1bf20d4b43cc.tar.gz exp005-6ab124777a77615b396ee37163ae1bf20d4b43cc.tar.bz2 |
Ran GNU indent.
-rw-r--r-- | src/util/amd_performance_monitor/ati_get_group_and_counter_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/amd_performance_monitor/ati_get_group_and_counter_list.c b/src/util/amd_performance_monitor/ati_get_group_and_counter_list.c index cb6419b..d89edb3 100644 --- a/src/util/amd_performance_monitor/ati_get_group_and_counter_list.c +++ b/src/util/amd_performance_monitor/ati_get_group_and_counter_list.c | |||
@@ -1,7 +1,7 @@ | |||
1 | #include "ati_get_group_and_counter_list.h" | 1 | #include "ati_get_group_and_counter_list.h" |
2 | #include <stdlib.h> | 2 | #include <stdlib.h> |
3 | 3 | ||
4 | extern void glGetPerfMonitorGroupsAMD (int* numGroups, int groupsSize, | 4 | extern void glGetPerfMonitorGroupsAMD (int *numGroups, int groupsSize, |
5 | void *groups); | 5 | void *groups); |
6 | 6 | ||
7 | void | 7 | void |