mirror of
https://github.com/JupiterBroadcasting/CasterSoundboard.git
synced 2025-10-29 19:45:32 +00:00
Merge pull request #62 from maelstrom59/warnings
OscBundle.cpp: fix misleading-indentation warnings
This commit is contained in:
commit
947ece7919
@ -91,7 +91,7 @@ OscBundle* OscBundle::getBundle(qint32 index)
|
|||||||
{
|
{
|
||||||
if (dynamic_cast<OscBundle*>(mContentList[index]) != 0)
|
if (dynamic_cast<OscBundle*>(mContentList[index]) != 0)
|
||||||
return dynamic_cast<OscBundle*>(mContentList[index]);
|
return dynamic_cast<OscBundle*>(mContentList[index]);
|
||||||
throw GetBundleException();
|
throw GetBundleException();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -105,5 +105,5 @@ OscMessage* OscBundle::getMessage(qint32 index)
|
|||||||
{
|
{
|
||||||
if (dynamic_cast<OscMessage*>(mContentList[index]) != 0)
|
if (dynamic_cast<OscMessage*>(mContentList[index]) != 0)
|
||||||
return dynamic_cast<OscMessage*>(mContentList[index]);
|
return dynamic_cast<OscMessage*>(mContentList[index]);
|
||||||
throw GetMessageException();
|
throw GetMessageException();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user