isdn: whitespace coding style cleanup
[linux-2.6-microblaze.git] / drivers / isdn / sc / hardware.h
index 6273248..81fbe78 100644 (file)
  */
 
 /* Determine if a channel number is valid for the adapter */
-#define IS_VALID_CHANNEL(y,x)  ((x>0) && (x <= sc_adapter[y]->channels))
+#define IS_VALID_CHANNEL(y, x) ((x > 0) && (x <= sc_adapter[y]->channels))
 
 #endif