Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08ce43b9 authored by Gabriela Bittencourt's avatar Gabriela Bittencourt Committed by Greg Kroah-Hartman
Browse files

staging: rtl8192e: Remove a not necessary blank line before a close brace '}'



Fix a coding style issue.

Signed-off-by: default avatarGabriela Bittencourt <gabrielabittencourt00@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 52927d97
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1619,5 +1619,4 @@ void rtl92e_scan_op_backup(struct net_device *dev, u8 Operation)
			break;
		}
	}

}