< prev index next >

src/jdk.incubator.jpackage/windows/native/libjpackage/VersionInfoSwap.cpp

Print this page

        

@@ -50,11 +50,12 @@
  * and it adds new resource in the executable file.
  * If the executable file has an existing version resource, then
  * the existing version resource will be replaced with new one.
  */
 
-VersionInfoSwap::VersionInfoSwap(wstring executableProperties, wstring launcher) {
+VersionInfoSwap::VersionInfoSwap(wstring executableProperties,
+        wstring launcher) {
     m_executableProperties = executableProperties;
     m_launcher = launcher;
 }
 
 bool VersionInfoSwap::PatchExecutable() {
< prev index next >