copy-acl: enhance Solaris ACL error handling
[gnulib.git] / lib / spawnattr_getschedparam.c
index 22664e2..4ac9c45 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2008, 2009, 2010 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    This program is free software: you can redistribute it and/or modify
@@ -22,7 +22,7 @@
 /* Get scheduling parameters from the attribute structure.  */
 int
 posix_spawnattr_getschedparam (const posix_spawnattr_t *attr,
-                              struct sched_param *schedparam)
+                               struct sched_param *schedparam)
 {
   /* Copy the scheduling parameters.  */
   *schedparam = attr->_sp;