Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill trailing whitespaces in source code files.
[simgrid.git] / contrib / benchmarking_code_block / Rhist.R
index cf642c4..4eb5b2e 100644 (file)
@@ -24,7 +24,7 @@ merge_empty_bins <- function (h){
         j<-j+1
       }
     }
-  
+
   counts2[j]<-h$counts[length(h$counts)]
   breaks2[j+1]<-h$breaks[length(h$breaks)]
 
@@ -74,7 +74,7 @@ for(i in unique(NAME)){
          h<-merge_empty_bins(h)
        }
   }
-    
+
   cat(i, file = outputfile, sep = "\t", append = TRUE)
   cat("\t", file = outputfile,  append = TRUE)
   cat(sum(h$counts), file =outputfile, sep = "\t", append = TRUE)