mirror of
https://github.com/UzixLS/picocom.git
synced 2025-07-19 07:21:18 +03:00
stripped trailing whitespace
This commit is contained in:
4
split.h
4
split.h
@ -19,7 +19,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
* USA
|
||||
* USA
|
||||
*/
|
||||
|
||||
#ifndef SPLIT_H
|
||||
@ -88,7 +88,7 @@
|
||||
* 'a "b"' c d --> [a "b"] [c] [d]
|
||||
* "a 'b'" c d --> [a 'b'] [c] [d]
|
||||
* a"b c" d --> [ab c] [d]
|
||||
* a\ b c d --> [a b] [c] [d]
|
||||
* a\ b c d --> [a b] [c] [d]
|
||||
* \a\b c d --> [ab] [c] [d]
|
||||
* \a\\b \\ c d --> [a\b] [\] [c] [d]
|
||||
* "a\$\b" c d --> [a$\b] [c] [d]
|
||||
|
Reference in New Issue
Block a user