mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
This commit is contained in:
@@ -4,6 +4,6 @@ config BR2_PACKAGE_LIBOSIP2
|
||||
GNU SIP (Session Initiation Protocol)
|
||||
This library aims to provide multimedia and telecom software
|
||||
developers an easy and powerful interface to initiate and
|
||||
control SIP based sessions in their applications.
|
||||
control SIP based sessions in their applications.
|
||||
SIP is a open standard replacement from IETF for H323.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user