@@ -1180,7 +1180,7 @@ static void OSReleaseParse(EvalContext *ctx, const char *file_path)
1180
1180
{
1181
1181
alias = "redhat" ;
1182
1182
}
1183
- else if (StringEqual (os_release_id , "opensuse" ) ||
1183
+ else if (StringEqual (os_release_id , "opensuse" ) ||
1184
1184
StringEqual (os_release_id , "sles" ))
1185
1185
{
1186
1186
alias = "suse" ;
@@ -3503,13 +3503,13 @@ static void SysOSNameHuman(EvalContext *ctx)
3503
3503
3504
3504
/**
3505
3505
* Find next integer from string in place. Leading zero's are included.
3506
- *
3506
+ *
3507
3507
* @param [in] str string to extract next integer from
3508
3508
* @param [out] num pointer to start of next integer or %NULL if no integer
3509
3509
* number was found
3510
- *
3510
+ *
3511
3511
* @return pointer to the remaining string in `str` or %NULL if no remainder
3512
- *
3512
+ *
3513
3513
* @note `str` will be mutated
3514
3514
*/
3515
3515
static char * FindNextInteger (char * str , char * * num )
@@ -3577,8 +3577,8 @@ static void SysOsVersionMajor(EvalContext *ctx)
3577
3577
}
3578
3578
else
3579
3579
{
3580
- EvalContextVariablePutSpecial (ctx , SPECIAL_SCOPE_SYS ,
3581
- "os_version_major" , major ,
3580
+ EvalContextVariablePutSpecial (ctx , SPECIAL_SCOPE_SYS ,
3581
+ "os_version_major" , major ,
3582
3582
CF_DATA_TYPE_STRING ,
3583
3583
"source=agent,derived-from=flavor" );
3584
3584
}
0 commit comments