remove whitespace from end of lines
[reactos.git] / reactos / drivers / net / npf / normal_lookup.h
index c89194f..9e99b1e 100644 (file)
@@ -37,9 +37,9 @@
 #endif
 
 #define NORMAL_LUT_W_INSERT             0x00000000
-uint32 normal_lut_w_insert(uint8 *key, TME_DATA *data, MEM_TYPE *mem_ex, struct time_conv *time_ref);   
+uint32 normal_lut_w_insert(uint8 *key, TME_DATA *data, MEM_TYPE *mem_ex, struct time_conv *time_ref);
 #define NORMAL_LUT_WO_INSERT            0x00000001
-uint32 normal_lut_wo_insert(uint8 *key, TME_DATA *data, MEM_TYPE *mem_ex, struct time_conv *time_ref); 
+uint32 normal_lut_wo_insert(uint8 *key, TME_DATA *data, MEM_TYPE *mem_ex, struct time_conv *time_ref);
 #define DUMMY_INSERT                    1234
 
 #endif