Address cpplint issue "Namespace should be terminated with "// namespace brightray" [readability/namespace] [5]"
This commit is contained in:
parent
64bf0d210e
commit
9d75e9f54c
9 changed files with 9 additions and 9 deletions
|
@ -42,4 +42,4 @@ void NotificationPresenterWin7::OnNotificationDismissed(
|
||||||
if (n) n->NotificationDismissed();
|
if (n) n->NotificationDismissed();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
} // namespace brightray
|
||||||
|
|
|
@ -27,4 +27,4 @@ private:
|
||||||
void OnNotificationDismissed(Notification& notification) override;
|
void OnNotificationDismissed(Notification& notification) override;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace
|
} // namespace brightray
|
||||||
|
|
|
@ -52,4 +52,4 @@ struct ScreenMetrics {
|
||||||
template<class T> T Y(T value) const { return ScaleForDpi(value, dpi_y); }
|
template<class T> T Y(T value) const { return ScaleForDpi(value, dpi_y); }
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
} // namespace brightray
|
||||||
|
|
|
@ -401,4 +401,4 @@ DesktopNotificationController::NotificationLink::~NotificationLink() {
|
||||||
if (p) p->controller = nullptr;
|
if (p) p->controller = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
} // namespace brightray
|
||||||
|
|
|
@ -103,4 +103,4 @@ private:
|
||||||
friend class DesktopNotificationController;
|
friend class DesktopNotificationController;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
} // namespace brightray
|
||||||
|
|
|
@ -819,4 +819,4 @@ float DesktopNotificationController::Toast::AnimateStackCollapse() {
|
||||||
return pos;
|
return pos;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
} // namespace brightray
|
||||||
|
|
|
@ -94,4 +94,4 @@ private:
|
||||||
float ease_in_pos_ = 0, ease_out_pos_ = 0, stack_collapse_pos_ = 0;
|
float ease_in_pos_ = 0, ease_out_pos_ = 0, stack_collapse_pos_ = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
} // namespace brightray
|
||||||
|
|
|
@ -55,4 +55,4 @@ void Win32Notification::Dismiss() {
|
||||||
notification_ref_.Close();
|
notification_ref_.Close();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
} // namespace brightray
|
||||||
|
|
|
@ -29,4 +29,4 @@ private:
|
||||||
std::string tag_;
|
std::string tag_;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
} // namespace brightray
|
||||||
|
|
Loading…
Reference in a new issue