token_store: split out first_token_from_line() into its own function
commit770f6e59fc5537f7be0c7ea5c0bb6277edc0d8c7
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 11 Jan 2013 07:52:33 +0000 (11 10:52 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 11 Jan 2013 07:52:33 +0000 (11 10:52 +0300)
tree0bbdca56e7cdc313187c879fd165b37e502c36fd
parentbb7ed7ff46604e9298cdabe48ab9189a8adc82cc
token_store: split out first_token_from_line() into its own function

I was writing a test where I thought having this function would help.  In
the end it didn't but I'm still going to commit the code and call it a
cleanup.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
token_store.c