Index: uspace/lib/bithenge/include/bithenge/os.h
===================================================================
--- uspace/lib/bithenge/include/bithenge/os.h	(revision 2498b9515ac2e60a64adc171d59e3a1f3aaef339)
+++ uspace/lib/bithenge/include/bithenge/os.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -31,5 +31,4 @@
 #define BITHENGE_OS_H_
 
-
 #ifdef __HELENOS__
 #include <stdint.h>
Index: uspace/lib/bithenge/src/blob.c
===================================================================
--- uspace/lib/bithenge/src/blob.c	(revision 2498b9515ac2e60a64adc171d59e3a1f3aaef339)
+++ uspace/lib/bithenge/src/blob.c	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -291,6 +291,4 @@
 }
 
-
-
 typedef struct {
 	bithenge_blob_t base;
Index: uspace/lib/bithenge/src/compound.c
===================================================================
--- uspace/lib/bithenge/src/compound.c	(revision 2498b9515ac2e60a64adc171d59e3a1f3aaef339)
+++ uspace/lib/bithenge/src/compound.c	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -42,6 +42,4 @@
 #include "common.h"
 
-
-
 /***************** compose_transform                         *****************/
 
@@ -150,6 +148,4 @@
 }
 
-
-
 /***************** if_transform                              *****************/
 
@@ -264,6 +260,4 @@
 }
 
-
-
 /***************** partial_transform                         *****************/
 
Index: uspace/lib/bithenge/src/expression.c
===================================================================
--- uspace/lib/bithenge/src/expression.c	(revision 2498b9515ac2e60a64adc171d59e3a1f3aaef339)
+++ uspace/lib/bithenge/src/expression.c	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -67,6 +67,4 @@
 }
 
-
-
 /***************** binary_expression                         *****************/
 
@@ -283,6 +281,4 @@
 }
 
-
-
 /***************** in_node_expression                        *****************/
 
@@ -320,6 +316,4 @@
 }
 
-
-
 /***************** current_node_expression                   *****************/
 
@@ -352,6 +346,4 @@
 	return EOK;
 }
-
-
 
 /***************** param_expression                          *****************/
@@ -416,6 +408,4 @@
 }
 
-
-
 /***************** const_expression                          *****************/
 
@@ -487,6 +477,4 @@
 	return rc;
 }
-
-
 
 /***************** scope_member_expression                   *****************/
@@ -570,6 +558,4 @@
 	return rc;
 }
-
-
 
 /***************** subblob_expression                        *****************/
@@ -857,6 +843,4 @@
 }
 
-
-
 /***************** expression_transform           *****************/
 
@@ -937,6 +921,4 @@
 }
 
-
-
 /***************** inputless_transform            *****************/
 
@@ -994,6 +976,4 @@
 	return rc;
 }
-
-
 
 /***************** concat_blob                    *****************/
Index: uspace/lib/bithenge/src/failure.h
===================================================================
--- uspace/lib/bithenge/src/failure.h	(revision 2498b9515ac2e60a64adc171d59e3a1f3aaef339)
+++ uspace/lib/bithenge/src/failure.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -71,3 +71,2 @@
 
 /** @endcond */
-
Index: uspace/lib/bithenge/src/script.c
===================================================================
--- uspace/lib/bithenge/src/script.c	(revision 2498b9515ac2e60a64adc171d59e3a1f3aaef339)
+++ uspace/lib/bithenge/src/script.c	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -450,6 +450,4 @@
 static bithenge_expression_t *parse_expression(state_t *state);
 
-
-
 /***************** Expressions                               *****************/
 
@@ -765,6 +763,4 @@
 	return parse_expression_precedence(state, PRECEDENCE_NONE);
 }
-
-
 
 /* state->token must be TOKEN_IDENTIFIER when this is called. */
Index: uspace/lib/bithenge/src/sequence.c
===================================================================
--- uspace/lib/bithenge/src/sequence.c	(revision 2498b9515ac2e60a64adc171d59e3a1f3aaef339)
+++ uspace/lib/bithenge/src/sequence.c	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -42,6 +42,4 @@
 #include "common.h"
 
-
-
 /***************** seq_node                                  *****************/
 
@@ -274,6 +272,4 @@
 	return EOK;
 }
-
-
 
 /***************** bithenge_new_struct                       *****************/
@@ -630,6 +626,4 @@
 }
 
-
-
 /***************** bithenge_repeat_transform                 *****************/
 
@@ -911,6 +905,4 @@
 }
 
-
-
 /***************** bithenge_do_while_transform               *****************/
 
Index: uspace/lib/bithenge/src/transform.c
===================================================================
--- uspace/lib/bithenge/src/transform.c	(revision 2498b9515ac2e60a64adc171d59e3a1f3aaef339)
+++ uspace/lib/bithenge/src/transform.c	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -44,6 +44,4 @@
 #include "common.h"
 
-
-
 /***************** transform                                 *****************/
 
@@ -181,6 +179,4 @@
 	return rc;
 }
-
-
 
 /***************** scope                                     *****************/
@@ -433,6 +429,4 @@
 }
 
-
-
 /***************** barrier_transform                         *****************/
 
@@ -567,6 +561,4 @@
 }
 
-
-
 /***************** ascii                                     *****************/
 
@@ -612,6 +604,4 @@
 };
 
-
-
 /***************** bit                                       *****************/
 
@@ -641,6 +631,4 @@
 	&bit_ops, 1, 0
 };
-
-
 
 /***************** bits_be, bits_le                          *****************/
@@ -775,6 +763,4 @@
 };
 
-
-
 /***************** invalid                                   *****************/
 
@@ -794,6 +780,4 @@
 	&invalid_ops, 1, 0
 };
-
-
 
 /***************** known_length                              *****************/
@@ -950,6 +934,4 @@
 /** @endcond */
 
-
-
 /***************** uint_be, uint_le                          *****************/
 
@@ -1021,6 +1003,4 @@
 	&uint_xe_ops, 1, 1
 };
-
-
 
 /***************** zero_terminated                           *****************/
