getconf: re-indent the variables
This commit is contained in:
parent
7c98789128
commit
0416bfc46e
|
@ -88,13 +88,13 @@ static const getconf_catalog _getconf_catalog_pathconf[] =
|
||||||
{ _PC_PRIO_IO, "_POSIX_PRIO_IO" },
|
{ _PC_PRIO_IO, "_POSIX_PRIO_IO" },
|
||||||
#endif
|
#endif
|
||||||
#ifdef _PC_REC_INCR_XFER_SIZE
|
#ifdef _PC_REC_INCR_XFER_SIZE
|
||||||
{ _PC_REC_INCR_XFER_SIZE,"POSIX_REC_INCR_XFER_SIZE" },
|
{ _PC_REC_INCR_XFER_SIZE, "POSIX_REC_INCR_XFER_SIZE" },
|
||||||
#endif
|
#endif
|
||||||
#ifdef _PC_REC_MAX_XFER_SIZE
|
#ifdef _PC_REC_MAX_XFER_SIZE
|
||||||
{ _PC_REC_MAX_XFER_SIZE,"POSIX_REC_MAX_XFER_SIZE" },
|
{ _PC_REC_MAX_XFER_SIZE, "POSIX_REC_MAX_XFER_SIZE" },
|
||||||
#endif
|
#endif
|
||||||
#ifdef _PC_REC_MIN_XFER_SIZE
|
#ifdef _PC_REC_MIN_XFER_SIZE
|
||||||
{ _PC_REC_MIN_XFER_SIZE,"POSIX_REC_MIN_XFER_SIZE" },
|
{ _PC_REC_MIN_XFER_SIZE, "POSIX_REC_MIN_XFER_SIZE" },
|
||||||
#endif
|
#endif
|
||||||
#ifdef _PC_REC_XFER_ALIGN
|
#ifdef _PC_REC_XFER_ALIGN
|
||||||
{ _PC_REC_XFER_ALIGN, "POSIX_REC_XFER_ALIGN" },
|
{ _PC_REC_XFER_ALIGN, "POSIX_REC_XFER_ALIGN" },
|
||||||
|
@ -106,7 +106,7 @@ static const getconf_catalog _getconf_catalog_pathconf[] =
|
||||||
{ _PC_SYNC_IO, "_POSIX_SYNC_IO" },
|
{ _PC_SYNC_IO, "_POSIX_SYNC_IO" },
|
||||||
#endif
|
#endif
|
||||||
#ifdef _PC_TIMESTAMP_RESOLUTION
|
#ifdef _PC_TIMESTAMP_RESOLUTION
|
||||||
{ _PC_TIMESTAMP_RESOLUTION,"_POSIX_TIMESTAMP_RESOLUTION" },
|
{ _PC_TIMESTAMP_RESOLUTION, "_POSIX_TIMESTAMP_RESOLUTION" },
|
||||||
#endif
|
#endif
|
||||||
#ifdef _PC_VDISABLE
|
#ifdef _PC_VDISABLE
|
||||||
{ _PC_VDISABLE, "_POSIX_VDISABLE" },
|
{ _PC_VDISABLE, "_POSIX_VDISABLE" },
|
||||||
|
@ -137,10 +137,10 @@ static const getconf_catalog _getconf_catalog_sysconf[] =
|
||||||
{ _SC_2_PBS, "_POSIX2_PBS" },
|
{ _SC_2_PBS, "_POSIX2_PBS" },
|
||||||
#endif
|
#endif
|
||||||
#ifdef _SC_2_PBS_ACCOUNTING
|
#ifdef _SC_2_PBS_ACCOUNTING
|
||||||
{ _SC_2_PBS_ACCOUNTING, "_POSIX2_PBS_ACCOUNTING"},
|
{ _SC_2_PBS_ACCOUNTING, "_POSIX2_PBS_ACCOUNTING" },
|
||||||
#endif
|
#endif
|
||||||
#ifdef _SC_2_PBS_CHECKPOINT
|
#ifdef _SC_2_PBS_CHECKPOINT
|
||||||
{ _SC_2_PBS_CHECKPOINT, "_POSIX2_PBS_CHECKPOINT"},
|
{ _SC_2_PBS_CHECKPOINT, "_POSIX2_PBS_CHECKPOINT" },
|
||||||
#endif
|
#endif
|
||||||
#ifdef _SC_2_PBS_LOCATE
|
#ifdef _SC_2_PBS_LOCATE
|
||||||
{ _SC_2_PBS_LOCATE, "_POSIX2_PBS_LOCATE" },
|
{ _SC_2_PBS_LOCATE, "_POSIX2_PBS_LOCATE" },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user