Skip to content
Snippets Groups Projects
Commit 457a3f2e authored by Morris Jette's avatar Morris Jette
Browse files

Change spaces to tabs in some new work

parent 49962dc4
No related branches found
No related tags found
No related merge requests found
...@@ -392,13 +392,13 @@ static void _set_usage_efctv(slurmdb_association_rec_t *assoc) ...@@ -392,13 +392,13 @@ static void _set_usage_efctv(slurmdb_association_rec_t *assoc)
{ {
long double min_shares_norm; long double min_shares_norm;
if ((assoc->shares_raw == SLURMDB_FS_USE_PARENT) if ((assoc->shares_raw == SLURMDB_FS_USE_PARENT)
&& assoc->usage->parent_assoc_ptr) { && assoc->usage->parent_assoc_ptr) {
assoc->usage->shares_norm = assoc->usage->shares_norm =
assoc->usage->parent_assoc_ptr->usage->shares_norm; assoc->usage->parent_assoc_ptr->usage->shares_norm;
assoc->usage->usage_norm = assoc->usage->usage_norm =
assoc->usage->parent_assoc_ptr->usage->usage_norm; assoc->usage->parent_assoc_ptr->usage->usage_norm;
} }
if (assoc->usage->level_shares) { if (assoc->usage->level_shares) {
min_shares_norm = (long double) MIN_USAGE_FACTOR min_shares_norm = (long double) MIN_USAGE_FACTOR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment