mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
White space / indent fixes.
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1395 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: ba51d49bca
Author: nightshad <nightshad@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2011-04-12 (Tue, 12 Apr 2011)
This commit is contained in:
@@ -3241,26 +3241,23 @@ void ConfigMenu(int Init)
|
|||||||
}
|
}
|
||||||
else if (pids_found > 1)
|
else if (pids_found > 1)
|
||||||
{
|
{
|
||||||
if (hotlistchanged)
|
if (hotlistchanged)
|
||||||
savehotlist();
|
savehotlist();
|
||||||
|
|
||||||
if (Init || tuxtxt_cache.vtxtpid != pid_table[current_pid].vtxt_pid)
|
if (Init || tuxtxt_cache.vtxtpid != pid_table[current_pid].vtxt_pid)
|
||||||
{
|
{
|
||||||
#if TUXTXT_CFG_STANDALONE
|
#if TUXTXT_CFG_STANDALONE
|
||||||
tuxtxt_stop_thread();
|
tuxtxt_stop_thread();
|
||||||
tuxtxt_clear_cache();
|
tuxtxt_clear_cache();
|
||||||
#else
|
#else
|
||||||
tuxtxt_stop();
|
tuxtxt_stop();
|
||||||
if (Init)
|
if (Init)
|
||||||
tuxtxt_cache.vtxtpid = 0; // force clear cache
|
tuxtxt_cache.vtxtpid = 0; // force clear cache
|
||||||
#endif
|
#endif
|
||||||
/* reset data */
|
/* reset data */
|
||||||
|
|
||||||
|
|
||||||
//page_atrb[32] = transp<<4 | transp;
|
//page_atrb[32] = transp<<4 | transp;
|
||||||
inputcounter = 2;
|
inputcounter = 2;
|
||||||
|
|
||||||
|
|
||||||
tuxtxt_cache.page = 0x100;
|
tuxtxt_cache.page = 0x100;
|
||||||
lastpage = 0x100;
|
lastpage = 0x100;
|
||||||
prev_100 = 0x100;
|
prev_100 = 0x100;
|
||||||
|
Reference in New Issue
Block a user