remove all trailing whitespaces in one run
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / target / inc / k2 / athos_api.h
index 01f75aaf6f3bd1e8dd8c2a89ef7383d9a9a68a52..93188fb6d63d769e93722dac20cc67fe5b853077 100755 (executable)
@@ -82,7 +82,7 @@ struct _A_os_linkage_check {
        int table;
 };
 
-/* 
+/*
  * A_INIT() handles any initialization needed by the OS abstraction,
  * and it clears the application's BSS, if necessary.  (Application BSS
  * is not cleared if the application is linked into a single image that
@@ -96,7 +96,7 @@ A_INIT(void)
 {
        struct _A_os_linkage_check link_check;
        unsigned int *clrptr;
-    
+
        if (&START_BSS != _A_MAGPIE_INDIRECTION_TABLE->cmnos.start_bss) {
                /* Clear BSS */
                for (clrptr = &START_BSS; clrptr < &END_BSS; clrptr++) {