Index: uspace/lib/c/generic/double_to_str.c
===================================================================
--- uspace/lib/c/generic/double_to_str.c	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
+++ uspace/lib/c/generic/double_to_str.c	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -52,5 +52,4 @@
 static const int gamma = -32;
 
-
 /** Returns true if the most-significant bit of num.significand is set. */
 static bool is_normalized(fp_num_t num)
@@ -80,5 +79,4 @@
 	return num;
 }
-
 
 /** Returns x * y with an error of less than 0.5 ulp. */
@@ -130,5 +128,4 @@
 }
 
-
 /** Returns a - b. Both must have the same exponent. */
 static fp_num_t subtract(fp_num_t a, fp_num_t b)
@@ -144,5 +141,4 @@
 	return result;
 }
-
 
 /** Returns the interval [low, high] of numbers that convert to binary val. */
@@ -248,5 +244,4 @@
 	*scaled_upper_bound = upper_scaled;
 }
-
 
 /** Rounds the last digit of buf so that it is closest to the converted number.*/
@@ -299,5 +294,4 @@
 }
 
-
 /** Generates the shortest accurate decimal string representation.
  *
@@ -478,5 +472,4 @@
 }
 
-
 /** Converts a non-special double into its shortest accurate string
  *  representation.
@@ -698,5 +691,4 @@
 	}
 }
-
 
 /** Converts a non-special double into its string representation.
@@ -792,3 +784,2 @@
 	return len;
 }
-
