[lib] Get rid of the last indent tabs

This commit is contained in:
Matteo Cypriani 2011-02-24 14:51:55 +01:00
parent e2963e676b
commit 719514eab6
1 changed files with 4 additions and 4 deletions

View File

@ -223,10 +223,10 @@ int iface_mode_monitor(char *iface)
{ {
wrq.u.mode = IW_MODE_MONITOR ; wrq.u.mode = IW_MODE_MONITOR ;
if (ioctl(sockfd, SIOCSIWMODE, &wrq) == -1) // Set up Monitor mode if (ioctl(sockfd, SIOCSIWMODE, &wrq) == -1) // Set up Monitor mode
{ {
perror("Error setting up Monitor mode") ; perror("Error setting up Monitor mode") ;
return ERR_SETTING_MODE ; return ERR_SETTING_MODE ;
} }
} }
close(sockfd) ; close(sockfd) ;