Fix indentation in sched_getaffinity.
Change-Id: I966852149a0255ca132cd7a15f135a875ce400d0
This commit is contained in:
		@@ -35,7 +35,7 @@ extern "C" int __sched_getaffinity(pid_t, size_t, cpu_set_t*);
 | 
			
		||||
int sched_getaffinity(pid_t pid, size_t set_size, cpu_set_t* set) {
 | 
			
		||||
  int rc = __sched_getaffinity(pid, set_size, set);
 | 
			
		||||
  if (rc == -1) {
 | 
			
		||||
      return -1;
 | 
			
		||||
    return -1;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  // Clear any bytes the kernel didn't touch.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user