Ignore:
Timestamp:
2015-04-23T23:40:14Z (9 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dcba819
Parents:
09044cb
Message:

pre-merge coding style cleanup and code review

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ieee80211/ieee80211.h

    r09044cb r8a64320e  
    4444
    4545/** Max length of scan results array. */
    46 #define IEEE80211_MAX_RESULTS_LENGTH 32
     46#define IEEE80211_MAX_RESULTS_LENGTH  32
    4747
    4848/** Max SSID length including null character. */
    49 #define IEEE80211_MAX_SSID_LENGTH 35
     49#define IEEE80211_MAX_SSID_LENGTH  35
    5050
    5151/** WiFi security authentication method indicator. */
     
    9797/** @}
    9898 */
    99 
Note: See TracChangeset for help on using the changeset viewer.