Skip to content
Snippets Groups Projects
Commit 5068c94d authored by Nick Draper's avatar Nick Draper
Browse files

clang formatting re #22965

parent 879f54fe
No related branches found
No related tags found
No related merge requests found
......@@ -383,8 +383,7 @@ void UserFunctionDialog::saveToFile() {
*/
void UserFunctionDialog::removeCurrentFunction() {
QString cat = m_uiForm.lstCategory->currentItem()->text();
if (isBuiltin(cat) ||
(m_uiForm.lstFunction->currentItem() == nullptr)) {
if (isBuiltin(cat) || (m_uiForm.lstFunction->currentItem() == nullptr)) {
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment