Revisted the packet capture driver and updated with fixes in latest 3.0a4 release.
[reactos.git] / reactos / drivers / net / packet / normal_lookup.h
index c88d890..69e21ce 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2001
- *     Politecnico di Torino.  All rights reserved.
+ *  Politecnico di Torino.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that: (1) source code distributions
 
 #endif
 
-#define NORMAL_LUT_W_INSERT                            0x00000000
+#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);   
-#define NORMAL_LUT_WO_INSERT                   0x00000001
+#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); 
-#define DUMMY_INSERT                                   1234
+#define DUMMY_INSERT                    1234
 
 #endif
\ No newline at end of file