Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.php.net/repository/pecl/xhprof/trunk@281514 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
kannan committed Jun 1, 2009
1 parent b7b4ad7 commit e400283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/xhprof.c
Expand Up @@ -415,7 +415,7 @@ PHP_MINIT_FUNCTION(xhprof) {
hp_globals.cpu_num = sysconf(_SC_NPROCESSORS_CONF);

/* Get the cpu affinity mask. */
#ifndef __APPLE__
#ifndef __APPLE__
if (GET_AFFINITY(0, sizeof(cpu_set_t), &hp_globals.prev_mask) < 0) {
perror("getaffinity");
return FAILURE;
Expand Down

0 comments on commit e400283

Please sign in to comment.